1 // SPDX-License-Identifier: GPL-2.0 << 2 #include <linux/module.h> 1 #include <linux/module.h> 3 2 4 #ifndef __CHECKER__ 3 #ifndef __CHECKER__ 5 #include <net/cfg802154.h> 4 #include <net/cfg802154.h> 6 #include "driver-ops.h" 5 #include "driver-ops.h" 7 #define CREATE_TRACE_POINTS 6 #define CREATE_TRACE_POINTS 8 #include "trace.h" 7 #include "trace.h" 9 8 10 #endif 9 #endif 11 10
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.