Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 /*
0003  * Netlink routines for CIFS
0004  *
0005  * Copyright (c) 2020 Samuel Cabrero <scabrero@suse.de>
0006  */
0007 
0008 #ifndef _CIFS_NETLINK_H
0009 #define _CIFS_NETLINK_H
0010 
0011 extern struct genl_family cifs_genl_family;
0012 
0013 extern int cifs_genl_init(void);
0014 extern void cifs_genl_exit(void);
0015 
0016 #endif /* _CIFS_NETLINK_H */