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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user