summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe/monojob.h
blob: f6cebb6b8d1df96e70d4a19952dd32b9c18a0b53 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef _GPXE_MONOJOB_H
#define _GPXE_MONOJOB_H

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

struct job_interface;

extern struct job_interface monojob;
extern int monojob_wait ( void );

#endif /* _GPXE_MONOJOB_H */