18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
28c2ecf20Sopenharmony_ci/*
38c2ecf20Sopenharmony_ci * Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
48c2ecf20Sopenharmony_ci */
58c2ecf20Sopenharmony_ci
68c2ecf20Sopenharmony_ci#ifndef _WG_NETLINK_H
78c2ecf20Sopenharmony_ci#define _WG_NETLINK_H
88c2ecf20Sopenharmony_ci
98c2ecf20Sopenharmony_ciint wg_genetlink_init(void);
108c2ecf20Sopenharmony_civoid wg_genetlink_uninit(void);
118c2ecf20Sopenharmony_ci
128c2ecf20Sopenharmony_ci#endif /* _WG_NETLINK_H */
13