summaryrefslogtreecommitdiff
path: root/include/uapi/rdma/Kbuild
diff options
context:
space:
mode:
authorLeon Romanovsky <leon@kernel.org>2016-09-22 17:31:12 +0300
committerDoug Ledford <dledford@redhat.com>2016-10-07 23:54:35 +0300
commita85fb3383340b417132e5731f9694840660887cb (patch)
tree21a8e916ac2b3e7df0f167333f407f29c9ab66fb /include/uapi/rdma/Kbuild
parent3085e29e2f832cbf77ddeeffe715809a31254b5f (diff)
downloadlinux-a85fb3383340b417132e5731f9694840660887cb.tar.xz
IB/cxgb3: Move user vendor structures
This patch moves cxgb3 vendor's specific structures to common UAPI folder which will be visible to all consumers. These structures are used by user-space library driver (libcxgb3) 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> Reviewed-by: Steve Wise <swise@opengridcomputing.com> Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'include/uapi/rdma/Kbuild')
-rw-r--r--include/uapi/rdma/Kbuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/rdma/Kbuild b/include/uapi/rdma/Kbuild
index e9b0ca24f29d..681d7189a01a 100644
--- a/include/uapi/rdma/Kbuild
+++ b/include/uapi/rdma/Kbuild
@@ -7,4 +7,5 @@ header-y += rdma_netlink.h
header-y += rdma_user_cm.h
header-y += hfi/
header-y += rdma_user_rxe.h
+header-y += cxgb3-abi.h
header-y += mlx5-abi.h