repo.or.cz
/
linux-2.6
/
linux-acpi-2.6
/
ibm-acpi-2.6.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
mac80211_hwsim: remove deprecated radio_enabled
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git]
/
include
/
trace
/
napi.h
blob
a8989c4547e7e7b790140957dcaaa3c7917952cd
1
#ifndef _TRACE_NAPI_H_
2
#define _TRACE_NAPI_H_
3
4
#include <linux/netdevice.h>
5
#include <linux/tracepoint.h>
6
7
DECLARE_TRACE
(
napi_poll
,
8
TP_PROTO
(
struct
napi_struct
*
napi
),
9
TP_ARGS
(
napi
));
10
11
#endif