xref: /linux/fs/lockd/netlink.h (revision 4f9786035f9e519db41375818e1d0b5f20da2f10)
1*9a28ac17SJeff Layton /* SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause) */
2*9a28ac17SJeff Layton /* Do not edit directly, auto-generated from: */
3*9a28ac17SJeff Layton /*	Documentation/netlink/specs/lockd.yaml */
4*9a28ac17SJeff Layton /* YNL-GEN kernel header */
5*9a28ac17SJeff Layton 
6*9a28ac17SJeff Layton #ifndef _LINUX_LOCKD_GEN_H
7*9a28ac17SJeff Layton #define _LINUX_LOCKD_GEN_H
8*9a28ac17SJeff Layton 
9*9a28ac17SJeff Layton #include <net/netlink.h>
10*9a28ac17SJeff Layton #include <net/genetlink.h>
11*9a28ac17SJeff Layton 
12*9a28ac17SJeff Layton #include <uapi/linux/lockd_netlink.h>
13*9a28ac17SJeff Layton 
14*9a28ac17SJeff Layton int lockd_nl_server_set_doit(struct sk_buff *skb, struct genl_info *info);
15*9a28ac17SJeff Layton int lockd_nl_server_get_doit(struct sk_buff *skb, struct genl_info *info);
16*9a28ac17SJeff Layton 
17*9a28ac17SJeff Layton extern struct genl_family lockd_nl_family;
18*9a28ac17SJeff Layton 
19*9a28ac17SJeff Layton #endif /* _LINUX_LOCKD_GEN_H */
20