summaryrefslogtreecommitdiffstats
path: root/OvmfPkg/XenPlatformPei/Platform.h
diff options
context:
space:
mode:
Diffstat (limited to 'OvmfPkg/XenPlatformPei/Platform.h')
-rw-r--r--OvmfPkg/XenPlatformPei/Platform.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/OvmfPkg/XenPlatformPei/Platform.h b/OvmfPkg/XenPlatformPei/Platform.h
index 7661f4a8de..e70ca58078 100644
--- a/OvmfPkg/XenPlatformPei/Platform.h
+++ b/OvmfPkg/XenPlatformPei/Platform.h
@@ -127,6 +127,11 @@ XenGetE820Map (
UINT32 *Count
);
+EFI_STATUS
+PhysicalAddressIdentityMapping (
+ IN EFI_PHYSICAL_ADDRESS AddressToMap
+ );
+
extern EFI_BOOT_MODE mBootMode;
extern UINT8 mPhysMemAddressWidth;