[cmdline] Add ability to perform a warm reboot

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown
2013-03-22 13:54:44 +00:00
parent 71cd508838
commit e68a6ca225
6 changed files with 28 additions and 9 deletions

View File

@@ -32,8 +32,9 @@ FILE_LICENCE ( GPL2_OR_LATER );
/**
* Reboot system
*
* @v warm Perform a warm reboot
*/
static void null_reboot ( void ) {
static void null_reboot ( int warm __unused ) {
printf ( "Cannot reboot; not implemented\n" );
while ( 1 ) {}