18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
28c2ecf20Sopenharmony_ci/* Copyright (C) 2007-2020  B.A.T.M.A.N. contributors:
38c2ecf20Sopenharmony_ci *
48c2ecf20Sopenharmony_ci * Marek Lindner, Simon Wunderlich
58c2ecf20Sopenharmony_ci */
68c2ecf20Sopenharmony_ci
78c2ecf20Sopenharmony_ci#ifndef _NET_BATMAN_ADV_BAT_IV_OGM_H_
88c2ecf20Sopenharmony_ci#define _NET_BATMAN_ADV_BAT_IV_OGM_H_
98c2ecf20Sopenharmony_ci
108c2ecf20Sopenharmony_ci#include "main.h"
118c2ecf20Sopenharmony_ci
128c2ecf20Sopenharmony_ciint batadv_iv_init(void);
138c2ecf20Sopenharmony_ci
148c2ecf20Sopenharmony_ci#endif /* _NET_BATMAN_ADV_BAT_IV_OGM_H_ */
15