mirror of
https://github.com/ipxe/ipxe
synced 2025-12-26 17:42:47 +03:00
[cmdline] Add ability to perform a warm reboot
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user