]> bbs.cooldavid.org Git - net-next-2.6.git/blame - samples/tracepoints/tp-samples-trace.h
gianfar: fix signedness issue
[net-next-2.6.git] / samples / tracepoints / tp-samples-trace.h
CommitLineData
4a089752
MD
1#ifndef _TP_SAMPLES_TRACE_H
2#define _TP_SAMPLES_TRACE_H
3
4#include <linux/proc_fs.h> /* for struct inode and struct file */
5#include <linux/tracepoint.h>
6
7e066fb8 7DECLARE_TRACE(subsys_event,
2939b046
SR
8 TP_PROTO(struct inode *inode, struct file *file),
9 TP_ARGS(inode, file));
38516ab5 10DECLARE_TRACE_NOARGS(subsys_eventb);
4a089752 11#endif