summaryrefslogtreecommitdiff
path: root/BaseTools/Source/C/Include/Common/UefiMultiPhase.h
diff options
context:
space:
mode:
Diffstat (limited to 'BaseTools/Source/C/Include/Common/UefiMultiPhase.h')
-rw-r--r--BaseTools/Source/C/Include/Common/UefiMultiPhase.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/BaseTools/Source/C/Include/Common/UefiMultiPhase.h b/BaseTools/Source/C/Include/Common/UefiMultiPhase.h
index 5fb3d5e9d4..f77959036e 100644
--- a/BaseTools/Source/C/Include/Common/UefiMultiPhase.h
+++ b/BaseTools/Source/C/Include/Common/UefiMultiPhase.h
@@ -2,6 +2,7 @@
This includes some definitions introduced in UEFI that will be used in both PEI
and DXE phases.
+ (C) Copyright 2015 Hewlett-Packard Development Company, L.P.<BR>
Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>
This program and the accompanying materials are licensed and made available
@@ -35,6 +36,7 @@ typedef enum {
EfiMemoryMappedIO,
EfiMemoryMappedIOPortSpace,
EfiPalCode,
+ EfiPersistentMemory,
EfiMaxMemoryType
} EFI_MEMORY_TYPE;