1 /* SPDX-License-Identifier: GPL-2.0 */ 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 /* Copyright (C) B.A.T.M.A.N. contributors: 2 /* Copyright (C) B.A.T.M.A.N. contributors: 3 * 3 * 4 * Marek Lindner, Simon Wunderlich 4 * Marek Lindner, Simon Wunderlich 5 */ 5 */ 6 6 7 #ifndef _NET_BATMAN_ADV_BAT_IV_OGM_H_ 7 #ifndef _NET_BATMAN_ADV_BAT_IV_OGM_H_ 8 #define _NET_BATMAN_ADV_BAT_IV_OGM_H_ 8 #define _NET_BATMAN_ADV_BAT_IV_OGM_H_ 9 9 10 #include "main.h" 10 #include "main.h" 11 11 12 int batadv_iv_init(void); 12 int batadv_iv_init(void); 13 13 14 #endif /* _NET_BATMAN_ADV_BAT_IV_OGM_H_ */ 14 #endif /* _NET_BATMAN_ADV_BAT_IV_OGM_H_ */ 15 15
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.