blob: b85981e772029e4407069ba985b69e1b8f1e7747 [file] [log] [blame]
/* SPDX-License-Identifier: GPL-2.0-or-later
* Copyright (c) 2016 Linux Test Project
*/
#ifndef TST_SIG_PROC_H__
#define TST_SIG_PROC_H__
#include <sys/types.h>
pid_t create_sig_proc(int sig, int count, unsigned int usec);
#endif /* TST_SIG_PROC_H__ */