repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty...
[linux/fpc-iii.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 */