Fix compile error
This commit is contained in:
parent
9be4c45dbe
commit
1e95b56e59
3 changed files with 6 additions and 4 deletions
|
@ -125,7 +125,7 @@ grub_efi_mmap_iterate (grub_memory_hook_t hook, int avoid_efi_boot_services)
|
|||
}
|
||||
|
||||
grub_err_t
|
||||
grub_machine_mmap_iterate (grub_memory_hook_t hook, int avoid_efi_boot_services)
|
||||
grub_machine_mmap_iterate (grub_memory_hook_t hook)
|
||||
{
|
||||
return grub_efi_mmap_iterate (hook, 0);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue