aboutsummaryrefslogtreecommitdiff
path: root/src/include/ipxe/monojob.h
blob: 3d8b31c0eb3377ddcb1d7021f160135773790afc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#ifndef _IPXE_MONOJOB_H
#define _IPXE_MONOJOB_H

/** @file
 *
 * Single foreground job
 *
 */

FILE_LICENCE ( GPL2_OR_LATER );

struct interface;

extern struct interface monojob;

extern int monojob_wait ( const char *string );

#endif /* _IPXE_MONOJOB_H */