aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Hemminger <stephen@networkplumber.org>2017-10-11 10:47:28 -0700
committerStephen Hemminger <stephen@networkplumber.org>2017-10-11 10:47:28 -0700
commit237a52731b98d89723cc38a4570efbaece9108de (patch)
treed8edd27a52c2bc6d66df9ff8f7c06482f4256395
parent596b1c94aa38e21b7a8c8562e8b61ccb744255d2 (diff)
downloadiproute2-237a52731b98d89723cc38a4570efbaece9108de.tar.gz
rdma: move headers to uapi
And update with version from upstream. Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
-rw-r--r--include/uapi/rdma/rdma_netlink.h (renamed from include/rdma/rdma_netlink.h)6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/rdma/rdma_netlink.h b/include/uapi/rdma/rdma_netlink.h
index 861440a8..13875a3f 100644
--- a/include/rdma/rdma_netlink.h
+++ b/include/uapi/rdma/rdma_netlink.h
@@ -1,5 +1,5 @@
-#ifndef _UAPI_RDMA_NETLINK_H
-#define _UAPI_RDMA_NETLINK_H
+#ifndef _RDMA_NETLINK_H
+#define _RDMA_NETLINK_H
#include <linux/types.h>
@@ -304,4 +304,4 @@ enum rdma_nldev_attr {
RDMA_NLDEV_ATTR_MAX
};
-#endif /* _UAPI_RDMA_NETLINK_H */
+#endif /* _RDMA_NETLINK_H */