diff options
author | Michael Brown <mcb30@ipxe.org> | 2013-03-22 13:54:44 +0000 |
---|---|---|
committer | Michael Brown <mcb30@ipxe.org> | 2013-03-22 13:54:44 +0000 |
commit | e68a6ca225115a8796e6d63ffc32856043e25886 (patch) | |
tree | 3bb58a45adbf41533d910482618b2ea306e4cb2c /src/include/ipxe/reboot.h | |
parent | 71cd50883896dc043f1025a3b96f3c0c7f3b2184 (diff) | |
download | ipxe-e68a6ca225115a8796e6d63ffc32856043e25886.tar.gz |
[cmdline] Add ability to perform a warm reboot
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/include/ipxe/reboot.h')
-rw-r--r-- | src/include/ipxe/reboot.h | 3 |
1 files changed, 2 insertions, 1 deletions
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 */ |