mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-07 14:32:23 +00:00
23 lines
641 B
C
23 lines
641 B
C
|
/* SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause) */
|
||
|
/* Do not edit directly, auto-generated from: */
|
||
|
/* Documentation/netlink/specs/nfsd.yaml */
|
||
|
/* YNL-GEN kernel header */
|
||
|
|
||
|
#ifndef _LINUX_NFSD_GEN_H
|
||
|
#define _LINUX_NFSD_GEN_H
|
||
|
|
||
|
#include <net/netlink.h>
|
||
|
#include <net/genetlink.h>
|
||
|
|
||
|
#include <uapi/linux/nfsd_netlink.h>
|
||
|
|
||
|
int nfsd_nl_rpc_status_get_start(struct netlink_callback *cb);
|
||
|
int nfsd_nl_rpc_status_get_done(struct netlink_callback *cb);
|
||
|
|
||
|
int nfsd_nl_rpc_status_get_dumpit(struct sk_buff *skb,
|
||
|
struct netlink_callback *cb);
|
||
|
|
||
|
extern struct genl_family nfsd_nl_family;
|
||
|
|
||
|
#endif /* _LINUX_NFSD_GEN_H */
|