repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'block-5.11-2021-01-10' of git://git.kernel.dk/linux-block
[linux/fpc-iii.git]
/
drivers
/
net
/
wireguard
/
netlink.h
blob
15100d92e2e327bbc36ec42bcc298b34529e8bad
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 */