intwrapped halt

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2010-04-04 18:42:48 +02:00
parent 1b8cb8573b
commit 42c4f00016
3 changed files with 65 additions and 61 deletions

View file

@ -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