summaryrefslogtreecommitdiff
path: root/src/arch/amd64/mboot.h
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2024-02-04 14:19:54 -0500
committerFreya Murphy <freya@freyacat.org>2024-02-04 14:19:54 -0500
commit1b09896afcf562d199d4df8d671601bba2b1f081 (patch)
treeb4ee4ae8e6e1ff5c5b27fe97509752b17fae330b /src/arch/amd64/mboot.h
parentfix acpi on uefi, kprint fixes (diff)
downloadcorn-1b09896afcf562d199d4df8d671601bba2b1f081.tar.gz
corn-1b09896afcf562d199d4df8d671601bba2b1f081.tar.bz2
corn-1b09896afcf562d199d4df8d671601bba2b1f081.zip
refactor archHEADmain
Diffstat (limited to 'src/arch/amd64/mboot.h')
-rw-r--r--src/arch/amd64/mboot.h11
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);