Files
linux-apfs/net/mac80211/driver-trace.c
T

10 lines
230 B
C
Raw Normal View History

2009-07-07 13:46:22 +02:00
/* bug in tracepoint.h, it should include this */
#include <linux/module.h>
2009-07-29 15:46:21 +02:00
/* sparse isn't too happy with all macros... */
#ifndef __CHECKER__
2009-07-07 13:46:22 +02:00
#include "driver-ops.h"
#define CREATE_TRACE_POINTS
#include "driver-trace.h"
2009-07-29 15:46:21 +02:00
#endif