/* SPDX-License-Identifier: GPL-2.0 */ /* Copyright (C) B.A.T.M.A.N. contributors: * * Marek Lindner, Simon Wunderlich */ #ifndef _NET_BATMAN_ADV_COMPAT_H_ #define _NET_BATMAN_ADV_COMPAT_H_ #ifdef __KERNEL__ #include /* LINUX_VERSION_CODE */ #include #include #include "compat-autoconf.h" #endif /* __KERNEL__ */ #endif /* _NET_BATMAN_ADV_COMPAT_H_ */