summaryrefslogblamecommitdiffstats
path: root/src/include/gpxe/monojob.h
blob: aaa38d03cda4c6aaf6904ef4f84ba75638875a64 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12











                                    
                                               

                            
#ifndef _GPXE_MONOJOB_H
#define _GPXE_MONOJOB_H

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

struct job_interface;

extern struct job_interface monojob;
extern int monojob_wait ( const char *string );

#endif /* _GPXE_MONOJOB_H */