blob: e2fa8ed24c5460daac692af92b25b5d276b01f18 [file] [log] [blame]
Samuel Cabrero06f08da2020-11-30 19:02:49 +01001/* SPDX-License-Identifier: GPL-2.0 */
2/*
3 * Netlink routines for CIFS
4 *
5 * Copyright (c) 2020 Samuel Cabrero <scabrero@suse.de>
6 */
7
8#ifndef _CIFS_NETLINK_H
9#define _CIFS_NETLINK_H
10
11extern struct genl_family cifs_genl_family;
12
13extern int cifs_genl_init(void);
14extern void cifs_genl_exit(void);
15
16#endif /* _CIFS_NETLINK_H */