summaryrefslogtreecommitdiff
path: root/net/wireless/trace.c
blob: c435908d5e4b09db8e585f9d85cdf3e16cf8bb37 (plain)
1
2
3
4
5
6
7
8
9
10
#include <linux/module.h>
#if LINUX_VERSION_IS_LESS(3,1,0)
#include <linux/interrupt.h>
#endif

#ifndef __CHECKER__
#define CREATE_TRACE_POINTS
#include "trace.h"

#endif