xref: /openbmc/linux/net/batman-adv/bat_iv_ogm.h (revision 94f01eed)
17db7d9f3SSven Eckelmann /* SPDX-License-Identifier: GPL-2.0 */
26b1aea8cSSven Eckelmann /* Copyright (C) 2007-2018  B.A.T.M.A.N. contributors:
3a2d08166SSven Eckelmann  *
4a2d08166SSven Eckelmann  * Marek Lindner, Simon Wunderlich
5a2d08166SSven Eckelmann  *
6a2d08166SSven Eckelmann  * This program is free software; you can redistribute it and/or
7a2d08166SSven Eckelmann  * modify it under the terms of version 2 of the GNU General Public
8a2d08166SSven Eckelmann  * License as published by the Free Software Foundation.
9a2d08166SSven Eckelmann  *
10a2d08166SSven Eckelmann  * This program is distributed in the hope that it will be useful, but
11a2d08166SSven Eckelmann  * WITHOUT ANY WARRANTY; without even the implied warranty of
12a2d08166SSven Eckelmann  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13a2d08166SSven Eckelmann  * General Public License for more details.
14a2d08166SSven Eckelmann  *
15a2d08166SSven Eckelmann  * You should have received a copy of the GNU General Public License
16a2d08166SSven Eckelmann  * along with this program; if not, see <http://www.gnu.org/licenses/>.
17a2d08166SSven Eckelmann  */
18a2d08166SSven Eckelmann 
1994f01eedSSven Eckelmann #ifndef _NET_BATMAN_ADV_BAT_IV_OGM_H_
2094f01eedSSven Eckelmann #define _NET_BATMAN_ADV_BAT_IV_OGM_H_
21a2d08166SSven Eckelmann 
22a2d08166SSven Eckelmann #include "main.h"
23a2d08166SSven Eckelmann 
24a2d08166SSven Eckelmann int batadv_iv_init(void);
25a2d08166SSven Eckelmann 
2694f01eedSSven Eckelmann #endif /* _NET_BATMAN_ADV_BAT_IV_OGM_H_ */
27