From 383d5eeb06141e00fc880410cb02b73b9c48bc1e Mon Sep 17 00:00:00 2001 From: Aiken Harris Date: Sun, 10 Aug 2025 17:43:27 +0200 Subject: [PATCH] Add missing forward declaration to resolve compile issue --- xtldr/modules/xtos_o/includes/xtos.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/xtldr/modules/xtos_o/includes/xtos.h b/xtldr/modules/xtos_o/includes/xtos.h index 1dc8430..7bd30f8 100644 --- a/xtldr/modules/xtos_o/includes/xtos.h +++ b/xtldr/modules/xtos_o/includes/xtos.h @@ -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);