mirror of
https://git.proxmox.com/git/grub2
synced 2025-05-18 02:18:19 +00:00
Add missing noreturn
This commit is contained in:
parent
949737be16
commit
b0ea3a5a93
@ -321,9 +321,9 @@ void EXPORT_FUNC (grub_reboot) (void) __attribute__ ((noreturn));
|
|||||||
#ifdef GRUB_MACHINE_PCBIOS
|
#ifdef GRUB_MACHINE_PCBIOS
|
||||||
/* Halt the system, using APM if possible. If NO_APM is true, don't
|
/* Halt the system, using APM if possible. If NO_APM is true, don't
|
||||||
* use APM even if it is available. */
|
* use APM even if it is available. */
|
||||||
void grub_halt (int no_apm);
|
void grub_halt (int no_apm) __attribute__ ((noreturn));
|
||||||
#else
|
#else
|
||||||
void grub_halt (void);
|
void grub_halt (void) __attribute__ ((noreturn));
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef GRUB_MACHINE_EMU
|
#ifdef GRUB_MACHINE_EMU
|
||||||
|
Loading…
Reference in New Issue
Block a user