http://git.etherboot.org
/
people
/
xl0
/
gpxe.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Split the (quick hack) boot logic out from main.c to autoboot.c, add a
[people/xl0/gpxe.git]
/
src
/
include
/
gpxe
/
autoboot.h
1
#ifndef _GPXE_AUTOBOOT_H
2
#define _GPXE_AUTOBOOT_H
3
4
/** @file
5
*
6
* Automatic booting
7
*
8
*/
9
10
extern void autoboot ( void );
11
12
#endif /* _GPXE_AUTOBOOT_H */