powerpc/pmac: Update PowerMac 32-bit defconfig
[deliverable/linux.git] / include / trace / skb.h
CommitLineData
4893d39e
NH
1#ifndef _TRACE_SKB_H_
2#define _TRACE_SKB_H_
3
5393f316
JS
4#include <linux/skbuff.h>
5#include <linux/tracepoint.h>
6
4893d39e 7DECLARE_TRACE(kfree_skb,
645dae96
SR
8 TP_PROTO(struct sk_buff *skb, void *location),
9 TP_ARGS(skb, location));
4893d39e
NH
10
11#endif
This page took 0.054656 seconds and 5 git commands to generate.