summaryrefslogtreecommitdiffstats
path: root/net/wireless/trace.c
blob: e7ca4c5ec0f0b845234c2689086882012a8e8db2 (plain)
1
2
3
4
5
6
7
8
#include <linux/module.h>
#include "trace.h"

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

#endif