IB/mthca: Move user vendor structures

This patch moves mthca vendor's specific structures to
common UAPI folder which will be visible to all consumers.

These structures are used by user-space library driver
(libmthca) and currently manually copied to that library.

This move will allow cross-compile against these files and
simplify introduction of vendor specific data.

Signed-off-by: Leon Romanovsky <leon@kernel.org>
Signed-off-by: Doug Ledford <dledford@redhat.com>
This commit is contained in:
Leon Romanovsky
2016-09-22 17:31:17 +03:00
committed by Doug Ledford
父節點 c546b2a3b6
當前提交 486f60954c
共有 3 個文件被更改,包括 113 次插入1 次删除

查看文件

@@ -46,7 +46,7 @@
#include "mthca_dev.h"
#include "mthca_cmd.h"
#include "mthca_user.h"
#include <rdma/mthca-abi.h>
#include "mthca_memfree.h"
static void init_query_mad(struct ib_smp *mad)