linux/include/uapi/linux/cifs/cifs_netlink.h

/* SPDX-License-Identifier: LGPL-2.1+ WITH Linux-syscall-note */
/*
 * Netlink routines for CIFS
 *
 * Copyright (c) 2020 Samuel Cabrero <[email protected]>
 */


#ifndef _UAPILINUX_CIFS_NETLINK_H
#define _UAPILINUX_CIFS_NETLINK_H

#define CIFS_GENL_NAME
#define CIFS_GENL_VERSION

#define CIFS_GENL_MCGRP_SWN_NAME

enum cifs_genl_multicast_groups {};

enum cifs_genl_attributes {};
#define CIFS_GENL_ATTR_MAX

enum cifs_genl_commands {};
#define CIFS_GENL_CMD_MAX

enum cifs_swn_notification_type {};

enum cifs_swn_resource_state {};

#endif /* _UAPILINUX_CIFS_NETLINK_H */