mirror of
https://github.com/ipxe/ipxe
synced 2025-12-13 15:31:42 +03:00
13 lines
152 B
C
13 lines
152 B
C
|
|
#ifndef _USR_AUTOBOOT_H
|
||
|
|
#define _USR_AUTOBOOT_H
|
||
|
|
|
||
|
|
/** @file
|
||
|
|
*
|
||
|
|
* Automatic booting
|
||
|
|
*
|
||
|
|
*/
|
||
|
|
|
||
|
|
extern void autoboot ( void );
|
||
|
|
|
||
|
|
#endif /* _USR_AUTOBOOT_H */
|