diff options
| author | 2026-08-18 12:15:05 +0200 | |
|---|---|---|
| committer | 2026-08-18 12:15:05 +0200 | |
| commit | 132d3236bb884433bf94e961f6d32264e0334aec (patch) | |
| tree | 06638976b06f019ea4037175ff228f8271057c44 /bootloader/vmmem.h | |
Diffstat (limited to 'bootloader/vmmem.h')
| -rw-r--r-- | bootloader/vmmem.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/bootloader/vmmem.h b/bootloader/vmmem.h new file mode 100644 index 0000000..97252ed --- /dev/null +++ b/bootloader/vmmem.h @@ -0,0 +1,9 @@ +#ifndef VMMEM_H +#define VMMEM_H + +#include <efi.h> +#include <efilib.h> + +EFI_STATUS EFIAPI SetVM(IN UINTN size, IN UINTN descriptorsize, IN UINTN descriptorversion, EFI_MEMORY_DESCRIPTOR * map, void * kernel); + +#endif // VMMEM_H |
