Merge branch 'firewire-kernel-streaming' of git://git.alsa-project.org/alsa-kprivate
[firewire-audio.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 */