Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: GPL-2.0-only
0002 /*
0003  * Copyright (C) 2014 Felix Fietkau <nbd@openwrt.org>
0004  * Copyright (C) 2015 Jakub Kicinski <kubakici@wp.pl>
0005  */
0006 
0007 #include <linux/module.h>
0008 
0009 #ifndef __CHECKER__
0010 #define CREATE_TRACE_POINTS
0011 #include "trace.h"
0012 
0013 #endif