md: use resync_max_sectors for reshape as well as resync.
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.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 */