Mark XtMapHardwareMemoryPool() routine private

This commit is contained in:
2024-06-02 17:34:30 +02:00
parent c1ab5fe98d
commit 29ff9e114e
3 changed files with 8 additions and 4 deletions

View File

@@ -21,7 +21,7 @@
*/
XTCDECL
EFI_STATUS
XtMapHardwareMemoryPool(IN PXTBL_PAGE_MAPPING PageMap)
XtpMapHardwareMemoryPool(IN PXTBL_PAGE_MAPPING PageMap)
{
PHARDWARE_PTE PdeBase, PpeBase, PxeBase;
EFI_PHYSICAL_ADDRESS Address;
@@ -147,7 +147,7 @@ XtEnablePaging(IN PXTBL_PAGE_MAPPING PageMap)
}
/* Map memory for hardware layer */
Status = XtMapHardwareMemoryPool(PageMap);
Status = XtpMapHardwareMemoryPool(PageMap);
if(Status != STATUS_EFI_SUCCESS)
{
/* Failed to map memory for hardware layer */