diff options
Diffstat (limited to 'src/arch/amd64/mboot.h')
-rw-r--r-- | src/arch/amd64/mboot.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/arch/amd64/mboot.h b/src/arch/amd64/mboot.h deleted file mode 100644 index d1ca1a0..0000000 --- a/src/arch/amd64/mboot.h +++ /dev/null @@ -1,11 +0,0 @@ -#pragma once - -#include <shim.h> -#include <memory.h> - -/** - * Loads the multi boot information - * @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 volatile void *mboot_data_ptr, volatile struct boot_info *shim_info); |