From e68a6ca225115a8796e6d63ffc32856043e25886 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Fri, 22 Mar 2013 13:54:44 +0000 Subject: [cmdline] Add ability to perform a warm reboot Signed-off-by: Michael Brown --- src/include/ipxe/reboot.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/include') diff --git a/src/include/ipxe/reboot.h b/src/include/ipxe/reboot.h index 043c5e10b..5d882d3dd 100644 --- a/src/include/ipxe/reboot.h +++ b/src/include/ipxe/reboot.h @@ -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 */ -- cgit v1.2.3-55-g7522