1 /* SPDX-License-Identifier: GPL-2.0 */
3 * Netlink routines for CIFS
5 * Copyright (c) 2020 Samuel Cabrero <scabrero@suse.de>
8 #ifndef _CIFS_NETLINK_H
9 #define _CIFS_NETLINK_H
11 extern struct genl_family cifs_genl_family;
13 extern int cifs_genl_init(void);
14 extern void cifs_genl_exit(void);
16 #endif /* _CIFS_NETLINK_H */