2
0
mirror of https://github.com/xcat2/xNBA.git synced 2026-04-26 14:41:27 +00:00
Files
xNBA/src/arch/i386/include/bits/reboot.h
Michael Brown 71cd508838 [efi] Add "reboot" command for EFI
Abstract out the ability to reboot the system to a separate reboot()
function (with platform-specific implementations), add an EFI
implementation, and make the existing "reboot" command available under
EFI.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
2013-03-22 13:44:02 +00:00

15 lines
204 B
C

#ifndef _BITS_REBOOT_H
#define _BITS_REBOOT_H
/** @file
*
* i386-specific reboot API implementations
*
*/
FILE_LICENCE ( GPL2_OR_LATER );
#include <ipxe/bios_reboot.h>
#endif /* _BITS_REBOOT_H */