xref: /linux/drivers/net/wireguard/netlink.h (revision 01a9664e0d9f8f8d5c0c7c33be2aae1284c2fc05)
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  * Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
4  */
5 
6 #ifndef _WG_NETLINK_H
7 #define _WG_NETLINK_H
8 
9 int wg_genetlink_init(void);
10 void wg_genetlink_uninit(void);
11 
12 #endif /* _WG_NETLINK_H */
13