]> git.proxmox.com Git - mirror_edk2.git/commitdiff
EdkCompatibilityPkg: Add PersistentMemory definition
authorLiming Gao <liming.gao@intel.com>
Wed, 29 Apr 2015 05:10:41 +0000 (05:10 +0000)
committerlgao4 <lgao4@Edk2>
Wed, 29 Apr 2015 05:10:41 +0000 (05:10 +0000)
Include this definition to make sure EfiMaxMemoryType be same value in EDKII and ECP code.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Liming Gao <liming.gao@intel.com>
Reviewed-by: Star Zeng <star.zeng@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17252 6f19259b-4bc3-4df7-8a09-765794883524

EdkCompatibilityPkg/Foundation/Efi/Include/EfiTypes.h

index 5de817e09168f2e2f402bb41c607a88d9b2ce860..026854a32ad455bc59a23fe9a3985980e3ce5786 100644 (file)
@@ -1,6 +1,6 @@
 /*++\r
 \r
-Copyright (c) 2004 - 2010, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2004 - 2015, Intel Corporation. All rights reserved.<BR>\r
 This program and the accompanying materials                          \r
 are licensed and made available under the terms and conditions of the BSD License         \r
 which accompanies this distribution.  The full text of the license may be found at        \r
@@ -195,6 +195,7 @@ typedef enum {
   EfiMemoryMappedIO,\r
   EfiMemoryMappedIOPortSpace,\r
   EfiPalCode,\r
+  EfiPersistentMemory,\r
   EfiMaxMemoryType\r
 } EFI_MEMORY_TYPE;\r
 \r