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
tracing: add handler to trace_stat
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git]
/
include
/
trace
/
irq.h
blob
ff5d4495dc37cc67aeb78cbf7082d6c07b8c1fa7
1
#ifndef _TRACE_IRQ_H
2
#define _TRACE_IRQ_H
3
4
#include <linux/interrupt.h>
5
#include <linux/tracepoint.h>
6
7
#include <trace/irq_event_types.h>
8
9
#endif