]> Git Repo - linux.git/blob - net/batman-adv/bat_iv_ogm.h
Merge tag '5.11-rc-smb3' of git://git.samba.org/sfrench/cifs-2.6
[linux.git] / net / batman-adv / bat_iv_ogm.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /* Copyright (C) 2007-2020  B.A.T.M.A.N. contributors:
3  *
4  * Marek Lindner, Simon Wunderlich
5  */
6
7 #ifndef _NET_BATMAN_ADV_BAT_IV_OGM_H_
8 #define _NET_BATMAN_ADV_BAT_IV_OGM_H_
9
10 #include "main.h"
11
12 int batadv_iv_init(void);
13
14 #endif /* _NET_BATMAN_ADV_BAT_IV_OGM_H_ */
This page took 0.031988 seconds and 4 git commands to generate.