summaryrefslogtreecommitdiffstats
path: root/src/kernel/tests/include/tst_sig_proc.h
blob: b85981e772029e4407069ba985b69e1b8f1e7747 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
/* 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__ */