Merge tag 'dax-misc-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm...
[deliverable/linux.git] / tools / lib / subcmd / sigchain.h
CommitLineData
1843b4e0
JP
1#ifndef __SUBCMD_SIGCHAIN_H
2#define __SUBCMD_SIGCHAIN_H
a930d2c0
IM
3
4typedef void (*sigchain_fun)(int);
5
a930d2c0
IM
6int sigchain_pop(int sig);
7
8void sigchain_push_common(sigchain_fun f);
9
1843b4e0 10#endif /* __SUBCMD_SIGCHAIN_H */
This page took 0.335948 seconds and 5 git commands to generate.