diff options
| author | Leon Romanovsky <leon@kernel.org> | 2016-09-22 17:31:14 +0300 |
|---|---|---|
| committer | Doug Ledford <dledford@redhat.com> | 2016-10-07 16:54:36 -0400 |
| commit | 9ce28a20eec551cfc032c87cd31a05c14d11155d (patch) | |
| tree | 185d5bb21d0a4629bce3f7f091b2ca60aa3c299c /include/uapi/rdma/Kbuild | |
| parent | IB/cxgb4: Move user vendor structures (diff) | |
| download | linux-9ce28a20eec551cfc032c87cd31a05c14d11155d.tar.gz linux-9ce28a20eec551cfc032c87cd31a05c14d11155d.zip | |
IB/mlx4: Move user vendor structures
This patch moves mlx4 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.
Signed-off-by: Leon Romanovsky <leon@kernel.org>
Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'include/uapi/rdma/Kbuild')
| -rw-r--r-- | include/uapi/rdma/Kbuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/rdma/Kbuild b/include/uapi/rdma/Kbuild index 59b2c9b34423..a1090ebc0b34 100644 --- a/include/uapi/rdma/Kbuild +++ b/include/uapi/rdma/Kbuild @@ -9,4 +9,5 @@ header-y += hfi/ header-y += rdma_user_rxe.h header-y += cxgb3-abi.h header-y += cxgb4-abi.h +header-y += mlx4-abi.h header-y += mlx5-abi.h |
