GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / include / trace / events / napi.h
blob188deca2f3c7721a1baac60cc07e8d7006442c71
1 #undef TRACE_SYSTEM
2 #define TRACE_SYSTEM napi
4 #if !defined(_TRACE_NAPI_H) || defined(TRACE_HEADER_MULTI_READ)
5 #define _TRACE_NAPI_H_
7 #include <linux/netdevice.h>
8 #include <linux/tracepoint.h>
10 DECLARE_TRACE(napi_poll,
11 TP_PROTO(struct napi_struct *napi),
12 TP_ARGS(napi));
14 #endif /* _TRACE_NAPI_H_ */
16 /* This part must be outside protection */
17 #include <trace/define_trace.h>