Files
Linux-Kernel_MiSTer/tools/lib/subcmd/sigchain.h
Sorgelig e12ed6c19d v5.13.12
2021-08-22 05:38:19 +08:00

12 lines
237 B
C

/* SPDX-License-Identifier: GPL-2.0 */
#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 */