11556Srgrimes/* SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause) */
21556Srgrimes/* Do not edit directly, auto-generated from: */
31556Srgrimes/*	Documentation/netlink/specs/nfsd.yaml */
41556Srgrimes/* YNL-GEN kernel header */
51556Srgrimes
61556Srgrimes#ifndef _LINUX_NFSD_GEN_H
71556Srgrimes#define _LINUX_NFSD_GEN_H
81556Srgrimes
91556Srgrimes#include <net/netlink.h>
101556Srgrimes#include <net/genetlink.h>
111556Srgrimes
121556Srgrimes#include <uapi/linux/nfsd_netlink.h>
131556Srgrimes
141556Srgrimesint nfsd_nl_rpc_status_get_start(struct netlink_callback *cb);
151556Srgrimesint nfsd_nl_rpc_status_get_done(struct netlink_callback *cb);
161556Srgrimes
171556Srgrimesint nfsd_nl_rpc_status_get_dumpit(struct sk_buff *skb,
181556Srgrimes				  struct netlink_callback *cb);
191556Srgrimes
201556Srgrimesextern struct genl_family nfsd_nl_family;
211556Srgrimes
221556Srgrimes#endif /* _LINUX_NFSD_GEN_H */
231556Srgrimes