summaryrefslogtreecommitdiff
path: root/src/arch/amd64/mboot.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/amd64/mboot.h')
-rw-r--r--src/arch/amd64/mboot.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/amd64/mboot.h b/src/arch/amd64/mboot.h
index b9c647b..d1ca1a0 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(long mboot_magic, const void *mboot_info, struct boot_info *shim_info);
+void mboot_load_info(long mboot_magic, const volatile void *mboot_data_ptr, volatile struct boot_info *shim_info);