diff mbox

[rdma-next,V2,8/9] IB/core: Export vendor specific structures

Message ID 1474554679-21953-9-git-send-email-leon@kernel.org (mailing list archive)
State Accepted
Headers show

Commit Message

Leon Romanovsky Sept. 22, 2016, 2:31 p.m. UTC
Export following drivers:
 * mlx5, mlx4, cxgb3, cxgb4, ocrdma, nes and mthca.

Signed-off-by: Leon Romanovsky <leon@kernel.org>
---
 include/uapi/rdma/Kbuild | 7 +++++++
 1 file changed, 7 insertions(+)
diff mbox

Patch

diff --git a/include/uapi/rdma/Kbuild b/include/uapi/rdma/Kbuild
index 4edb0f2..5579a97 100644
--- a/include/uapi/rdma/Kbuild
+++ b/include/uapi/rdma/Kbuild
@@ -7,3 +7,10 @@  header-y += rdma_netlink.h
 header-y += rdma_user_cm.h
 header-y += hfi/
 header-y += rdma_user_rxe.h
+header-y += mlx4-abi.h
+header-y += mlx5-abi.h
+header-y += cxgb3-abi.h
+header-y += cxgb4-abi.h
+header-y += ocrdma-abi.h
+header-y += nes-abi.h
+header-y += mthca-abi.h