1 /* SPDX-License-Identifier: GPL-2.0-or-later 2 * Copyright (c) 2016 Linux Test Project 3 */ 4 5 #ifndef TST_SIG_PROC_H__ 6 #define TST_SIG_PROC_H__ 7 8 #include <sys/types.h> 9 10 pid_t create_sig_proc(int sig, int count, unsigned int usec); 11 12 #endif /* TST_SIG_PROC_H__ */ 13