diff options
Diffstat (limited to 'net/tipc/netlink.h')
-rw-r--r-- | net/tipc/netlink.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/tipc/netlink.h b/net/tipc/netlink.h index 08a1db67b927..ed1dbcb4afbd 100644 --- a/net/tipc/netlink.h +++ b/net/tipc/netlink.h | |||
@@ -35,6 +35,7 @@ | |||
35 | 35 | ||
36 | #ifndef _TIPC_NETLINK_H | 36 | #ifndef _TIPC_NETLINK_H |
37 | #define _TIPC_NETLINK_H | 37 | #define _TIPC_NETLINK_H |
38 | #include <net/netlink.h> | ||
38 | 39 | ||
39 | extern struct genl_family tipc_genl_family; | 40 | extern struct genl_family tipc_genl_family; |
40 | int tipc_nlmsg_parse(const struct nlmsghdr *nlh, struct nlattr ***buf); | 41 | int tipc_nlmsg_parse(const struct nlmsghdr *nlh, struct nlattr ***buf); |
@@ -45,6 +46,16 @@ struct tipc_nl_msg { | |||
45 | u32 seq; | 46 | u32 seq; |
46 | }; | 47 | }; |
47 | 48 | ||
49 | extern const struct nla_policy tipc_nl_name_table_policy[]; | ||
50 | extern const struct nla_policy tipc_nl_sock_policy[]; | ||
51 | extern const struct nla_policy tipc_nl_net_policy[]; | ||
52 | extern const struct nla_policy tipc_nl_link_policy[]; | ||
53 | extern const struct nla_policy tipc_nl_node_policy[]; | ||
54 | extern const struct nla_policy tipc_nl_prop_policy[]; | ||
55 | extern const struct nla_policy tipc_nl_bearer_policy[]; | ||
56 | extern const struct nla_policy tipc_nl_media_policy[]; | ||
57 | extern const struct nla_policy tipc_nl_udp_policy[]; | ||
58 | |||
48 | int tipc_netlink_start(void); | 59 | int tipc_netlink_start(void); |
49 | int tipc_netlink_compat_start(void); | 60 | int tipc_netlink_compat_start(void); |
50 | void tipc_netlink_stop(void); | 61 | void tipc_netlink_stop(void); |