diff options
author | Freya Murphy <freya@freyacat.org> | 2025-04-19 19:25:17 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2025-04-19 19:25:17 -0400 |
commit | 419cd19c986d1e6507cc96e8beba429df1be5b48 (patch) | |
tree | 842a1ccc66681f52a3185a9cd57b87a19986f744 /kernel/include | |
parent | remove invalid includes (diff) | |
download | comus-419cd19c986d1e6507cc96e8beba429df1be5b48.tar.gz comus-419cd19c986d1e6507cc96e8beba429df1be5b48.tar.bz2 comus-419cd19c986d1e6507cc96e8beba429df1be5b48.zip |
rollback mem_map_memory
Diffstat (limited to 'kernel/include')
-rw-r--r-- | kernel/include/efi.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/include/efi.h b/kernel/include/efi.h index 784b5fb..28a9dfa 100644 --- a/kernel/include/efi.h +++ b/kernel/include/efi.h @@ -1003,7 +1003,7 @@ typedef struct { // EFI_IMAGE_LOAD LoadImage; // EFI 1.0+ EFI_IMAGE_START - StartImage; // EFI 1.0+UEFI Specification, Version 2.8 EFI System Table + StartImage; // EFI 1.0+UEFI Specification, Version 2.8 EFI System Table EFI_EXIT Exit; // EFI 1.0+ EFI_IMAGE_UNLOAD UnloadImage; // EFI 1.0+ EFI_EXIT_BOOT_SERVICES ExitBootServices; // EFI 1.0+ @@ -1049,7 +1049,7 @@ typedef struct { // EFI_COPY_MEM CopyMem; // EFI 1.1+ EFI_SET_MEM - SetMem; // EFI 1.1+UEFI Specification, Version 2.8 EFI System Table + SetMem; // EFI 1.1+UEFI Specification, Version 2.8 EFI System Table EFI_CREATE_EVENT_EX CreateEventEx; // UEFI 2.0+ } EFI_BOOT_SERVICES; |