blob: 3aa864697c095732e5010eb9085aa52b626a3806 [file] [log] [blame]
Neil Horman4893d392009-03-11 09:48:26 +00001#ifndef _TRACE_SKB_H_
2#define _TRACE_SKB_H_
3
4DECLARE_TRACE(kfree_skb,
5 TPPROTO(struct sk_buff *skb, void *location),
6 TPARGS(skb, location));
7
8#endif