aboutsummaryrefslogtreecommitdiffstats
path: root/include/uapi/rdma/Kbuild
diff options
context:
space:
mode:
authorLeon Romanovsky <leon@kernel.org>2016-09-22 17:31:15 +0300
committerDoug Ledford <dledford@redhat.com>2016-10-07 16:54:36 -0400
commita7fe7380f6b234f207a599c9ffbaae6c1a574634 (patch)
treedd620b40e817e77ee46423bc6867ce278887ae8c /include/uapi/rdma/Kbuild
parentIB/mlx4: Move user vendor structures (diff)
downloadlinux-dev-a7fe7380f6b234f207a599c9ffbaae6c1a574634.tar.xz
linux-dev-a7fe7380f6b234f207a599c9ffbaae6c1a574634.zip
IB/ocrdma: Move user vendor structures
This patch moves ocrdma vendor's specific structures to common UAPI folder which will be visible to all consumers. These structures are used by user-space library driver (libmlx4) and currently manually copied to that library. This move will allow cross-compile against these files and simplify introduction of vendor specific data. In addition, it changes types to be __uXX instead of uXX. Signed-off-by: Leon Romanovsky <leon@kernel.org> Acked-By: Devesh Sharma <devesh.sharma@broadcom.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 a1090ebc0b34..492e144ebe90 100644
--- a/include/uapi/rdma/Kbuild
+++ b/include/uapi/rdma/Kbuild
@@ -11,3 +11,4 @@ header-y += cxgb3-abi.h
header-y += cxgb4-abi.h
header-y += mlx4-abi.h
header-y += mlx5-abi.h
+header-y += ocrdma-abi.h