1*c869f77dSJakub Kicinski /* 2*c869f77dSJakub Kicinski * Copyright (C) 2014 Felix Fietkau <nbd@openwrt.org> 3*c869f77dSJakub Kicinski * Copyright (C) 2015 Jakub Kicinski <kubakici@wp.pl> 4*c869f77dSJakub Kicinski * 5*c869f77dSJakub Kicinski * This program is free software; you can redistribute it and/or modify 6*c869f77dSJakub Kicinski * it under the terms of the GNU General Public License version 2 7*c869f77dSJakub Kicinski * as published by the Free Software Foundation 8*c869f77dSJakub Kicinski * 9*c869f77dSJakub Kicinski * This program is distributed in the hope that it will be useful, 10*c869f77dSJakub Kicinski * but WITHOUT ANY WARRANTY; without even the implied warranty of 11*c869f77dSJakub Kicinski * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12*c869f77dSJakub Kicinski * GNU General Public License for more details. 13*c869f77dSJakub Kicinski */ 14*c869f77dSJakub Kicinski 15*c869f77dSJakub Kicinski #include <linux/module.h> 16*c869f77dSJakub Kicinski 17*c869f77dSJakub Kicinski #ifndef __CHECKER__ 18*c869f77dSJakub Kicinski #define CREATE_TRACE_POINTS 19*c869f77dSJakub Kicinski #include "trace.h" 20*c869f77dSJakub Kicinski 21*c869f77dSJakub Kicinski #endif 22