diff options
author | Amrani, Ram <Ram.Amrani@cavium.com> | 2017-01-24 11:01:31 +0100 |
---|---|---|
committer | Doug Ledford <dledford@redhat.com> | 2017-01-24 21:34:36 +0100 |
commit | 20f5e10ef8bcf29a915642245b66e5a132e38fc4 (patch) | |
tree | 5c75d87778a8a86daba8291519582ad682a9b4a1 /include | |
parent | RDMA/qedr: Fix MTU returned from QP query (diff) | |
download | linux-20f5e10ef8bcf29a915642245b66e5a132e38fc4.tar.xz linux-20f5e10ef8bcf29a915642245b66e5a132e38fc4.zip |
RDMA/qedr: Add uapi header qedr-abi.h
Signed-off-by: Ram Amrani <Ram.Amrani@cavium.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'include')
-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..bb68cb1b04ed 100644 --- a/include/uapi/rdma/Kbuild +++ b/include/uapi/rdma/Kbuild @@ -16,3 +16,4 @@ header-y += nes-abi.h header-y += ocrdma-abi.h header-y += hns-abi.h header-y += vmw_pvrdma-abi.h +header-y += qedr-abi.h |