diff options
author | Leon Romanovsky <leonro@mellanox.com> | 2016-09-04 13:30:30 +0200 |
---|---|---|
committer | Doug Ledford <dledford@redhat.com> | 2017-01-10 18:41:40 +0100 |
commit | 843debb889c7a95c7f591acaed185734694b0ff7 (patch) | |
tree | 83d94c1947a091a85f46cb8bfd90cc20fdae7270 /include/uapi/rdma/Kbuild | |
parent | Linux 4.10-rc3 (diff) | |
download | linux-843debb889c7a95c7f591acaed185734694b0ff7.tar.xz linux-843debb889c7a95c7f591acaed185734694b0ff7.zip |
RDMA/core: Commonize RDMA IOCTL declarations location
This patch provides one common file (rdma_user_ioctl.h)
for all RDMA UAPI IOCTLs.
Signed-off-by: Matan Barak <matanb@mellanox.com>
Signed-off-by: Haggai Eran <haggaie@mellanox.com>
Signed-off-by: Leon Romanovsky <leonro@mellanox.com>
Reviewed-by: Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
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 82bdf5626859..541311115505 100644 --- a/include/uapi/rdma/Kbuild +++ b/include/uapi/rdma/Kbuild @@ -1,5 +1,6 @@ # UAPI Header export list header-y += ib_user_cm.h +header-y += rdma_user_ioctl.h header-y += ib_user_mad.h header-y += ib_user_sa.h header-y += ib_user_verbs.h |