xref: /linux/net/sunrpc/netlink.h (revision af81cb247ca94e4bcfea31ea862cf3aaf955a503)
1 /* SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause) */
2 /* Do not edit directly, auto-generated from: */
3 /*	Documentation/netlink/specs/sunrpc_cache.yaml */
4 /* YNL-GEN kernel header */
5 /* To regenerate run: tools/net/ynl/ynl-regen.sh */
6 
7 #ifndef _LINUX_SUNRPC_GEN_H
8 #define _LINUX_SUNRPC_GEN_H
9 
10 #include <net/netlink.h>
11 #include <net/genetlink.h>
12 
13 #include <uapi/linux/sunrpc_netlink.h>
14 
15 enum {
16 	SUNRPC_NLGRP_NONE,
17 	SUNRPC_NLGRP_EXPORTD,
18 };
19 
20 extern struct genl_family sunrpc_nl_family;
21 
22 #endif /* _LINUX_SUNRPC_GEN_H */
23