[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

@@ -51,7 +51,8 @@ FILE_LICENCE ( GPL2_OR_LATER );
/**
* Reboot system
*
* @v warm Perform a warm reboot
*/
void reboot ( void );
void reboot ( int warm );
#endif /* _IPXE_REBOOT_H */