Add missing forward declaration to resolve compile issue

This commit is contained in:
2025-08-10 17:43:27 +02:00
committed by CodingWorkshop Signing Team
parent dce2c50b9d
commit 383d5eeb06

View File

@@ -49,6 +49,10 @@ XTCDECL
LOADER_MEMORY_TYPE
XtConvertEfiMemoryType(IN EFI_MEMORY_TYPE EfiMemoryType);
XTCDECL
ULONG
XtpDeterminePagingLevel(IN CONST PWCHAR Parameters);
XTCDECL
EFI_STATUS
XtEnablePaging(IN PXTBL_PAGE_MAPPING PageMap);