sdk-hwV1.3/lichee/linux-4.9/tools/lib/subcmd/sigchain.h

11 lines
198 B
C
Raw Normal View History

2024-05-07 10:09:20 +00:00
#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 */