]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/IndustryStandard/MemoryMappedConfigurationSpaceAccessTable.h
MdePkg: Fix ACPI NFIT GUID definitions
[mirror_edk2.git] / MdePkg / Include / IndustryStandard / MemoryMappedConfigurationSpaceAccessTable.h
index 6539f19c25c28c013a8613953206b4d3f30a7505..e32ba660b613c369acb724770b2f48156c01c13a 100644 (file)
@@ -1,10 +1,10 @@
 /** @file\r
   ACPI memory mapped configuration space access table definition, defined at \r
-  in the PCI Firmware Specification, version 3.0 draft version 0.5.\r
+  in the PCI Firmware Specification, version 3.0.\r
   Specification is available at http://www.pcisig.com.\r
     \r
-  Copyright (c) 2007, Intel Corporation\r
-  All rights reserved. This program and the accompanying materials                          \r
+  Copyright (c) 2007 - 2008, Intel Corporation. All rights reserved.<BR>\r
+  This program and the accompanying materials                          \r
   are licensed and made available under the terms and conditions of the BSD License         \r
   which accompanies this distribution.  The full text of the license may be found at        \r
   http://opensource.org/licenses/bsd-license.php                                            \r
 // Ensure proper structure formats\r
 //\r
 #pragma pack(1)\r
-//\r
-// Memory Mapped Configuration Space Access Table (MCFG)\r
-// This table is a basic description table header followed by\r
-// a number of base address allocation structures.\r
-//\r
+\r
+///\r
+/// Memory Mapped Configuration Space Access Table (MCFG)\r
+/// This table is a basic description table header followed by\r
+/// a number of base address allocation structures.\r
+///\r
 typedef struct {\r
   UINT64  BaseAddress;\r
   UINT16  PciSegmentGroupNumber;\r
@@ -32,17 +33,19 @@ typedef struct {
   UINT8   EndBusNumber;\r
   UINT32  Reserved;\r
 } EFI_ACPI_MEMORY_MAPPED_ENHANCED_CONFIGURATION_SPACE_BASE_ADDRESS_ALLOCATION_STRUCTURE;\r
-//\r
-// MCFG Table header definition.  The rest of the table \r
-// must be defined in a platform specific manner.\r
-//\r
+\r
+///\r
+/// MCFG Table header definition.  The rest of the table \r
+/// must be defined in a platform specific manner.\r
+///\r
 typedef struct {\r
   EFI_ACPI_DESCRIPTION_HEADER                       Header;\r
   UINT64                                            Reserved;\r
 } EFI_ACPI_MEMORY_MAPPED_CONFIGURATION_BASE_ADDRESS_TABLE_HEADER;\r
-//\r
-// MCFG Revision (defined in spec)\r
-//\r
+\r
+///\r
+/// MCFG Revision (defined in spec)\r
+///\r
 #define EFI_ACPI_MEMORY_MAPPED_CONFIGURATION_SPACE_ACCESS_TABLE_REVISION  0x01\r
 \r
 #pragma pack()\r