1 /* SPDX-License-Identifier: GPL-2.0-only */
7 TIMEOUT
= 10 /* seconds */
10 void sigalrm(int signo
);
11 void timeout_begin(unsigned int seconds
);
12 void timeout_check(const char *operation
);
13 void timeout_end(void);
15 #endif /* TIMEOUT_H */