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
drivers/staging/bcm/nvm.c: add missing kfree
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git]
/
tools
/
perf
/
util
/
sigchain.h
blob
959d64eb5557fe69ef13a1b1d2adb7402bc7d807
1
#ifndef __PERF_SIGCHAIN_H
2
#define __PERF_SIGCHAIN_H
3
4
typedef
void
(*
sigchain_fun
)(
int
);
5
6
int
sigchain_pop
(
int
sig
);
7
8
void
sigchain_push_common
(
sigchain_fun f
);
9
10
#endif
/* __PERF_SIGCHAIN_H */