From: jiewen yao Date: Fri, 29 Jan 2016 11:53:34 +0000 (+0800) Subject: MdeModulePkg: Add CoreInitializeMemoryAttributesTable() to header file. X-Git-Tag: edk2-stable201903~7858 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=67ab389a76abd3e7c1dbab7b478440b84504b930 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" Reviewed-by: "Gao, Liming" --- diff --git a/MdeModulePkg/Core/Dxe/DxeMain.h b/MdeModulePkg/Core/Dxe/DxeMain.h index 06b865c8fb..fefe5bec19 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.
+Copyright (c) 2006 - 2016, Intel Corporation. All rights reserved.
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 @@ -2892,6 +2892,15 @@ CoreInitializePropertiesTable ( VOID ); +/** + Initialize MemoryAttrubutesTable support. +**/ +VOID +EFIAPI +CoreInitializeMemoryAttributesTable ( + VOID + ); + /** Insert image record.