#pragma once #include #include /** * 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 void *mboot_info, struct boot_info *shim_info);