Implement BlGetConfigurationTable() routine

This commit is contained in:
2024-01-31 16:25:43 +01:00
parent cd59c1e80d
commit 508fd27e92
4 changed files with 45 additions and 0 deletions

View File

@@ -130,6 +130,11 @@ XTCDECL
PWCHAR
BlGetConfigValue(IN CONST PWCHAR ConfigName);
XTCDECL
EFI_STATUS
BlGetConfigurationTable(IN PEFI_GUID TableGuid,
OUT PVOID *Table);
XTCDECL
EFI_STATUS
BlGetEfiPath(IN PWCHAR SystemPath,