netlink.h 326 B

12345678910111213141516
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. /*
  3. * Netlink routines for CIFS
  4. *
  5. * Copyright (c) 2020 Samuel Cabrero <[email protected]>
  6. */
  7. #ifndef _CIFS_NETLINK_H
  8. #define _CIFS_NETLINK_H
  9. extern struct genl_family cifs_genl_family;
  10. extern int cifs_genl_init(void);
  11. extern void cifs_genl_exit(void);
  12. #endif /* _CIFS_NETLINK_H */