17db7d9f3SSven Eckelmann /* SPDX-License-Identifier: GPL-2.0 */ 2ac79cbb9SSven Eckelmann /* Copyright (C) 2007-2017 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 19a2d08166SSven Eckelmann #ifndef _BATMAN_ADV_BATADV_IV_OGM_H_ 20a2d08166SSven Eckelmann #define _BATMAN_ADV_BATADV_IV_OGM_H_ 21a2d08166SSven Eckelmann 22a2d08166SSven Eckelmann #include "main.h" 23a2d08166SSven Eckelmann 24a2d08166SSven Eckelmann int batadv_iv_init(void); 25a2d08166SSven Eckelmann 26a2d08166SSven Eckelmann #endif /* _BATMAN_ADV_BATADV_IV_OGM_H_ */ 27