blob: fb7f93f6cff82ed13dad91c68e192ef5cd4ce21a [file] [log] [blame]
Petr Voreld7532882016-11-25 13:09:47 +01001/*
2 * Copyright (c) 2016 Linux Test Project
3 *
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License as published by
6 * the Free Software Foundation; either version 2 of the License, or
7 * (at your option) any later version.
8 *
9 * This program is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See
12 * the GNU General Public License for more details.
13 */
14
15#ifndef TST_SIG_PROC_H__
16#define TST_SIG_PROC_H__
17
18#include <sys/types.h>
19
20pid_t create_sig_proc(int sig, int count, unsigned int usec);
21
22#endif /* TST_SIG_PROC_H__ */