Skip to content

Commit 237a527

Browse files
committed
rdma: move headers to uapi
And update with version from upstream. Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
1 parent 596b1c9 commit 237a527

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

include/rdma/rdma_netlink.h renamed to include/uapi/rdma/rdma_netlink.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#ifndef _UAPI_RDMA_NETLINK_H
2-
#define _UAPI_RDMA_NETLINK_H
1+
#ifndef _RDMA_NETLINK_H
2+
#define _RDMA_NETLINK_H
33

44
#include <linux/types.h>
55

@@ -304,4 +304,4 @@ enum rdma_nldev_attr {
304304

305305
RDMA_NLDEV_ATTR_MAX
306306
};
307-
#endif /* _UAPI_RDMA_NETLINK_H */
307+
#endif /* _RDMA_NETLINK_H */

0 commit comments

Comments
 (0)