thinkpad-acpi: hotkey event driver update
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / include / trace / skb.h
blobb66206d9be7297e196884f0c8995b7693e3363bb
1 #ifndef _TRACE_SKB_H_
2 #define _TRACE_SKB_H_
4 #include <linux/skbuff.h>
5 #include <linux/tracepoint.h>
7 DECLARE_TRACE(kfree_skb,
8 TP_PROTO(struct sk_buff *skb, void *location),
9 TP_ARGS(skb, location));
11 #endif