diff options
Diffstat (limited to 'src/arch/amd64/mboot.h')
-rw-r--r-- | src/arch/amd64/mboot.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/amd64/mboot.h b/src/arch/amd64/mboot.h index 90ed75c..b9c647b 100644 --- a/src/arch/amd64/mboot.h +++ b/src/arch/amd64/mboot.h @@ -8,4 +8,4 @@ * @param mboot_info - the pointer passed from multiboot2 * @param shim_info - the info to be collected by shim */ -void mboot_load_info(const void *mboot_info, struct boot_info *shim_info); +void mboot_load_info(long mboot_magic, const void *mboot_info, struct boot_info *shim_info); |