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