]> Git Repo - linux.git/blob - drivers/net/wireguard/netlink.h
Merge tag 'net-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
[linux.git] / drivers / net / wireguard / netlink.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  * Copyright (C) 2015-2019 Jason A. Donenfeld <[email protected]>. 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 */
This page took 0.032712 seconds and 4 git commands to generate.