opengnsys_ipxe/src/include/gpxe/autoboot.h

13 lines
155 B
C

#ifndef _GPXE_AUTOBOOT_H
#define _GPXE_AUTOBOOT_H
/** @file
*
* Automatic booting
*
*/
extern void autoboot ( void );
#endif /* _GPXE_AUTOBOOT_H */