|
@@ -1,4 +1,4 @@
|
|
|
-/* SPDX-License-Identifier: GPL-2.0 */
|
|
|
+/* SPDX-License-Identifier: (GPL-2.0 WITH Linux-syscall-note) */
|
|
|
/* Copyright (C) 2007-2017 B.A.T.M.A.N. contributors:
|
|
|
*
|
|
|
* Marek Lindner, Simon Wunderlich
|
|
@@ -16,8 +16,8 @@
|
|
|
* along with this program; if not, see <http://www.gnu.org/licenses/>.
|
|
|
*/
|
|
|
|
|
|
-#ifndef _NET_BATMAN_ADV_PACKET_H_
|
|
|
-#define _NET_BATMAN_ADV_PACKET_H_
|
|
|
+#ifndef _UAPI_LINUX_BATADV_PACKET_H_
|
|
|
+#define _UAPI_LINUX_BATADV_PACKET_H_
|
|
|
|
|
|
#include <asm/byteorder.h>
|
|
|
#include <linux/if_ether.h>
|
|
@@ -641,4 +641,4 @@ struct batadv_tvlv_mcast_data {
|
|
|
__u8 reserved[3];
|
|
|
};
|
|
|
|
|
|
-#endif /* _NET_BATMAN_ADV_PACKET_H_ */
|
|
|
+#endif /* _UAPI_LINUX_BATADV_PACKET_H_ */
|