]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/IndustryStandard/MemoryMappedConfigurationSpaceAccessTable.h
Renamed
[mirror_edk2.git] / MdePkg / Include / IndustryStandard / MemoryMappedConfigurationSpaceAccessTable.h
index d826b62b8384c7eae5b80d2bf967b53f10f584e8..2b265122132249f3b94f8292692fd89e026a8b73 100644 (file)
@@ -1,4 +1,4 @@
-/**@file\r
+/** @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
   Specification is available at http://www.pcisig.com.\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