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
blob959d64eb5557fe69ef13a1b1d2adb7402bc7d807
1 #ifndef __PERF_SIGCHAIN_H
2 #define __PERF_SIGCHAIN_H
4 typedef void (*sigchain_fun)(int);
6 int sigchain_pop(int sig);
8 void sigchain_push_common(sigchain_fun f);
10 #endif /* __PERF_SIGCHAIN_H */