| 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/lockd.yaml */ | 
|---|
| 4 | /* YNL-GEN kernel header */ | 
|---|
| 5 |  | 
|---|
| 6 | #ifndef _LINUX_LOCKD_GEN_H | 
|---|
| 7 | #define _LINUX_LOCKD_GEN_H | 
|---|
| 8 |  | 
|---|
| 9 | #include <net/netlink.h> | 
|---|
| 10 | #include <net/genetlink.h> | 
|---|
| 11 |  | 
|---|
| 12 | #include <uapi/linux/lockd_netlink.h> | 
|---|
| 13 |  | 
|---|
| 14 | int lockd_nl_server_set_doit(struct sk_buff *skb, struct genl_info *info); | 
|---|
| 15 | int lockd_nl_server_get_doit(struct sk_buff *skb, struct genl_info *info); | 
|---|
| 16 |  | 
|---|
| 17 | extern struct genl_family lockd_nl_family; | 
|---|
| 18 |  | 
|---|
| 19 | #endif /* _LINUX_LOCKD_GEN_H */ | 
|---|
| 20 |  | 
|---|