intwrapped halt
This commit is contained in:
parent
1b8cb8573b
commit
42c4f00016
3 changed files with 65 additions and 61 deletions
|
@ -298,7 +298,7 @@ void EXPORT_FUNC (grub_reboot) (void);
|
|||
#ifdef GRUB_MACHINE_PCBIOS
|
||||
/* Halt the system, using APM if possible. If NO_APM is true, don't
|
||||
* use APM even if it is available. */
|
||||
void EXPORT_FUNC (grub_halt) (int no_apm);
|
||||
void grub_halt (int no_apm);
|
||||
#else
|
||||
void EXPORT_FUNC (grub_halt) (void);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue