]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Foundation/Framework/Ppi/PciCfg2/PciCfg2.h
Update the copyright notice format
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Framework / Ppi / PciCfg2 / PciCfg2.h
index 766f165e665c0f3322c769c1a87faeb526045b44..ed22a1a76c764185ba3f1a2fc5672c0b36e66ee6 100644 (file)
@@ -1,7 +1,7 @@
 /*++\r
 \r
-Copyright (c) 2007, Intel Corporation                                                         \r
-All rights reserved. This program and the accompanying materials                          \r
+Copyright (c) 2007, 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
@@ -27,7 +27,7 @@ Abstract:
 \r
 #define EFI_PEI_PCI_CFG2_PPI_GUID \\r
   { \\r
-    0x57a449a, 0x1fdc, 0x4c06, 0xbf, 0xc9, 0xf5, 0x3f, 0x6a, 0x99, 0xbb, 0x92 \\r
+    0x57a449a, 0x1fdc, 0x4c06, {0xbf, 0xc9, 0xf5, 0x3f, 0x6a, 0x99, 0xbb, 0x92} \\r
   }\r
 \r
 EFI_FORWARD_DECLARATION (EFI_PEI_PCI_CFG2_PPI);\r
@@ -54,12 +54,12 @@ EFI_STATUS
   IN VOID                           *ClearBits\r
   );\r
 \r
-typedef struct _EFI_PEI_PCI_CFG2_PPI {\r
+struct _EFI_PEI_PCI_CFG2_PPI {\r
   EFI_PEI_PCI_CFG_PPI_IO  Read;\r
   EFI_PEI_PCI_CFG_PPI_IO  Write;\r
   EFI_PEI_PCI_CFG_PPI_RW  Modify;\r
   UINT16                  Segment;\r
-} EFI_PEI_PCI_CFG2_PPI;\r
+};\r
 \r
 extern EFI_GUID gPeiPciCfg2PpiGuid;\r
 \r