public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH v2] MdePkg: Include Acpi header file
@ 2020-04-20  7:48 Wasim Khan
  2020-05-31 12:29 ` [edk2-devel] " Zhiguang Liu
  2020-06-01  8:46 ` Philippe Mathieu-Daudé
  0 siblings, 2 replies; 7+ messages in thread
From: Wasim Khan @ 2020-04-20  7:48 UTC (permalink / raw)
  To: devel; +Cc: michael.d.kinney, liming.gao, v.sethi, Wasim Khan

ACPI memory mapped configuration space access (MCFG) table requires
defination of EFI_ACPI_DESCRIPTION_HEADER.

Signed-off-by: Wasim Khan <wasim.khan@nxp.com>
---
Changes in v2: Corrected typo in subject

 .../IndustryStandard/MemoryMappedConfigurationSpaceAccessTable.h        | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/MdePkg/Include/IndustryStandard/MemoryMappedConfigurationSpaceAccessTable.h b/MdePkg/Include/IndustryStandard/MemoryMappedConfigurationSpaceAccessTable.h
index 3356ec9..8a4933d 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
 //
-- 
2.7.4


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2020-06-19 14:09 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-20  7:48 [PATCH v2] MdePkg: Include Acpi header file Wasim Khan
2020-05-31 12:29 ` [edk2-devel] " Zhiguang Liu
2020-06-01  8:46 ` Philippe Mathieu-Daudé
2020-06-01 11:16   ` Wasim Khan
2020-06-01 11:17     ` Philippe Mathieu-Daudé
2020-06-19  9:11       ` Liming Gao
     [not found]       ` <1619E6FD13E309C3.13400@groups.io>
2020-06-19 14:09         ` Liming Gao

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox