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