summaryrefslogtreecommitdiffstats
path: root/MdePkg
diff options
context:
space:
mode:
authorWasim Khan <wasim.khan@nxp.com>2020-04-20 15:48:01 +0800
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2020-06-19 14:59:53 +0000
commit322969adf1fb3d6cfbd613f35121315715aff2ed (patch)
tree88cbe81f1424d8eecc4b783753026a81f2ade044 /MdePkg
parent239b50a863704f7960525799eda82de061c7c458 (diff)
downloadedk2-322969adf1fb3d6cfbd613f35121315715aff2ed.tar.gz
edk2-322969adf1fb3d6cfbd613f35121315715aff2ed.tar.bz2
edk2-322969adf1fb3d6cfbd613f35121315715aff2ed.zip
MdePkg: Include Acpi header file
ACPI memory mapped configuration space access (MCFG) table requires defination of EFI_ACPI_DESCRIPTION_HEADER. Signed-off-by: Wasim Khan <wasim.khan@nxp.com> Reviewed-by: Liming Gao <liming.gao@intel.com> Reviewed-by: Philippe Mathieu-Daude <philmd@redhat.com> Reviewed-by: Zhiguang Liu <zhiguang.liu@intel.com>
Diffstat (limited to 'MdePkg')
-rw-r--r--MdePkg/Include/IndustryStandard/MemoryMappedConfigurationSpaceAccessTable.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/MdePkg/Include/IndustryStandard/MemoryMappedConfigurationSpaceAccessTable.h b/MdePkg/Include/IndustryStandard/MemoryMappedConfigurationSpaceAccessTable.h
index 3356ec9a29..8a4933db78 100644
--- a/MdePkg/Include/IndustryStandard/MemoryMappedConfigurationSpaceAccessTable.h
+++ b/MdePkg/Include/IndustryStandard/MemoryMappedConfigurationSpaceAccessTable.h
@@ -10,6 +10,8 @@
#ifndef _MEMORY_MAPPED_CONFIGURATION_SPACE_ACCESS_TABLE_H_
#define _MEMORY_MAPPED_CONFIGURATION_SPACE_ACCESS_TABLE_H_
+#include <IndustryStandard/Acpi.h>
+
//
// Ensure proper structure formats
//