Sign in
kunit
/
linux
/
76ebbe78f7390aee075a7f3768af197ded1bdfbb
/
.
/
tools
/
lib
/
subcmd
/
sigchain.h
blob: 0c919f2874ca37b4b2d5414f7f5473b95cfd8d23 [
file
]
#ifndef
__SUBCMD_SIGCHAIN_H
#define
__SUBCMD_SIGCHAIN_H
typedef
void
(*
sigchain_fun
)(
int
);
int
sigchain_pop
(
int
sig
);
void
sigchain_push_common
(
sigchain_fun f
);
#endif
/* __SUBCMD_SIGCHAIN_H */