Merge tag 'regmap-fix-v5.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux/fpc-iii.git] / fs / cifs / netlink.h
blobe2fa8ed24c5460daac692af92b25b5d276b01f18
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3 * Netlink routines for CIFS
5 * Copyright (c) 2020 Samuel Cabrero <scabrero@suse.de>
6 */
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 */