Add temporary solution for mapping modules code
All checks were successful
Builds / ExectOS (amd64) (push) Successful in 27s
Builds / ExectOS (i686) (push) Successful in 28s

This commit is contained in:
2024-01-04 22:42:27 +01:00
parent ed8b93beb0
commit d7abe40e5d
3 changed files with 25 additions and 1 deletions

View File

@@ -106,6 +106,10 @@ XTCDECL
EFI_STATUS
BlGetMemoryMap(OUT PEFI_MEMORY_MAP MemoryMap);
XTCDECL
PLIST_ENTRY
BlGetModulesList();
XTCDECL
INT_PTR
BlGetSecureBootStatus();