brintos

brintos / linux-shallow public Read only

0
0
Text · 267 B · 15100d9 Raw
13 lines · c
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_H7#define _WG_NETLINK_H8 9int wg_genetlink_init(void);10void wg_genetlink_uninit(void);11 12#endif /* _WG_NETLINK_H */13