diff options
author | Jordan Justen <jordan.l.justen@intel.com> | 2014-02-01 21:22:25 +0000 |
---|---|---|
committer | jljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524> | 2014-02-01 21:22:25 +0000 |
commit | 18f31ada8d5f02a42408dfe4092a8bcc71fc4ed9 (patch) | |
tree | 6703b4e7a751ec6e7c4ef7d0fecbe8d8399e29f2 /OvmfPkg/PlatformPei/Platform.h | |
parent | b98b4941e266526bf4c75f9004c869bfe9ef2f14 (diff) | |
download | edk2-platforms-18f31ada8d5f02a42408dfe4092a8bcc71fc4ed9.tar.xz |
OvmfPkg/PlatformPei: Add XenPublishRamRegions
This will be called from a unified MemDetect function.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>
Reviewed-by: Wei Liu <wei.liu2@citrix.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15203 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'OvmfPkg/PlatformPei/Platform.h')
-rw-r--r-- | OvmfPkg/PlatformPei/Platform.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/OvmfPkg/PlatformPei/Platform.h b/OvmfPkg/PlatformPei/Platform.h index 4b72ee6b72..fa1a4bfe36 100644 --- a/OvmfPkg/PlatformPei/Platform.h +++ b/OvmfPkg/PlatformPei/Platform.h @@ -86,10 +86,9 @@ XenDetect ( extern BOOLEAN mXen;
-EFI_STATUS
-XenGetE820Map (
- EFI_E820_ENTRY64 **Entries,
- UINT32 *Count
+VOID
+XenPublishRamRegions (
+ VOID
);
#endif // _PLATFORM_PEI_H_INCLUDED_
|