diff options
author | Leon Romanovsky <leon@kernel.org> | 2016-10-19 20:13:07 +0300 |
---|---|---|
committer | Doug Ledford <dledford@redhat.com> | 2016-12-03 14:23:14 -0500 |
commit | 4d4099584c2c4dca6c04d78ded4cc81f50cc3634 (patch) | |
tree | 043b7fc28fff8c8e370cf4fbdace8b10d6b60d23 /include/uapi/rdma/Kbuild | |
parent | 3b5184be89449275e5396512ab0127fc19ce359e (diff) | |
download | linux-stable-4d4099584c2c4dca6c04d78ded4cc81f50cc3634.tar.gz linux-stable-4d4099584c2c4dca6c04d78ded4cc81f50cc3634.tar.bz2 linux-stable-4d4099584c2c4dca6c04d78ded4cc81f50cc3634.zip |
IB/hns: Move HNS RoCE user vendor structures
This patch moves HNS vendor's specific structures to
common UAPI folder which will be visible to all consumers.
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 f14ab7ff5fee..b54f10d3c1f7 100644 --- a/include/uapi/rdma/Kbuild +++ b/include/uapi/rdma/Kbuild @@ -14,3 +14,4 @@ header-y += mlx5-abi.h header-y += mthca-abi.h header-y += nes-abi.h header-y += ocrdma-abi.h +header-y += hns-abi.h |