]> Git Repo - J-linux.git/blob - fs/smb/client/netlink.h
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[J-linux.git] / fs / smb / client / netlink.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  * Netlink routines for CIFS
4  *
5  * Copyright (c) 2020 Samuel Cabrero <[email protected]>
6  */
7
8 #ifndef _CIFS_NETLINK_H
9 #define _CIFS_NETLINK_H
10
11 extern struct genl_family cifs_genl_family;
12
13 extern int cifs_genl_init(void);
14 extern void cifs_genl_exit(void);
15
16 #endif /* _CIFS_NETLINK_H */
This page took 0.025141 seconds and 4 git commands to generate.