summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Core/Dxe/DxeMain.h
diff options
context:
space:
mode:
authorjiewen yao <jiewen.yao@intel.com>2016-01-29 19:53:34 +0800
committerjiewen yao <jiewen.yao@intel.com>2016-02-17 07:29:06 +0800
commit67ab389a76abd3e7c1dbab7b478440b84504b930 (patch)
tree7009a2f8346d2992c901307790ec4d1bba78cebd /MdeModulePkg/Core/Dxe/DxeMain.h
parentf5a91bba6f5dd102c3ae022e878f22b5856ada96 (diff)
downloadedk2-67ab389a76abd3e7c1dbab7b478440b84504b930.zip
edk2-67ab389a76abd3e7c1dbab7b478440b84504b930.tar.gz
edk2-67ab389a76abd3e7c1dbab7b478440b84504b930.tar.bz2
MdeModulePkg: Add CoreInitializeMemoryAttributesTable() to header file.
Add CoreInitializeMemoryAttributesTable() to DXE Core header file. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: "Yao, Jiewen" <jiewen.yao@intel.com> Reviewed-by: "Gao, Liming" <liming.gao@intel.com>
Diffstat (limited to 'MdeModulePkg/Core/Dxe/DxeMain.h')
-rw-r--r--MdeModulePkg/Core/Dxe/DxeMain.h11
1 files changed, 10 insertions, 1 deletions
diff --git a/MdeModulePkg/Core/Dxe/DxeMain.h b/MdeModulePkg/Core/Dxe/DxeMain.h
index 06b865c..fefe5be 100644
--- a/MdeModulePkg/Core/Dxe/DxeMain.h
+++ b/MdeModulePkg/Core/Dxe/DxeMain.h
@@ -2,7 +2,7 @@
The internal header file includes the common header files, defines
internal structure and functions used by DxeCore module.
-Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>
+Copyright (c) 2006 - 2016, Intel Corporation. All rights reserved.<BR>
This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
@@ -2893,6 +2893,15 @@ CoreInitializePropertiesTable (
);
/**
+ Initialize MemoryAttrubutesTable support.
+**/
+VOID
+EFIAPI
+CoreInitializeMemoryAttributesTable (
+ VOID
+ );
+
+/**
Insert image record.
@param RuntimeImage Runtime image information