Merge tag 'rproc-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/remoteproc...
[linux.git] / net / batman-adv / bat_iv_ogm.h
blob04b01bd684e807d31d8f8daea68ab797b6f73f24
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /* Copyright (C) B.A.T.M.A.N. contributors:
4 * Marek Lindner, Simon Wunderlich
5 */
7 #ifndef _NET_BATMAN_ADV_BAT_IV_OGM_H_
8 #define _NET_BATMAN_ADV_BAT_IV_OGM_H_
10 #include "main.h"
12 int batadv_iv_init(void);
14 #endif /* _NET_BATMAN_ADV_BAT_IV_OGM_H_ */