Implement BlGetConfigBooleanValue() routine
All checks were successful
Builds / ExectOS (i686) (push) Successful in 32s
Builds / ExectOS (amd64) (push) Successful in 34s

This commit is contained in:
2024-03-18 20:02:43 +01:00
parent bd02da30ef
commit 12e8704ffb
3 changed files with 39 additions and 2 deletions

View File

@@ -123,6 +123,10 @@ XTCDECL
EFI_STATUS
BlFreeMemoryPool(IN PVOID Memory);
XTCDECL
BOOLEAN
BlGetConfigBooleanValue(IN CONST PWCHAR ConfigName);
XTCDECL
PWCHAR
BlGetConfigValue(IN CONST PWCHAR ConfigName);