]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/IndustryStandard/Pci22.h
MdePkg/Pci22.h: Fix a coding style issue
[mirror_edk2.git] / MdePkg / Include / IndustryStandard / Pci22.h
index 78ec6b316629fc9d876413924011da7dd6c44d50..0b3a785ef1e6558bb67d42fdee5a4422eb2e619e 100644 (file)
@@ -5,11 +5,10 @@
     PCI Local Bus Specification, 2.2\r
     PCI-to-PCI Bridge Architecture Specification, Revision 1.2\r
     PC Card Standard, 8.0\r
+    PCI Power Management Interface Specifiction, Revision 1.2\r
 \r
-  \r
-\r
-  Copyright (c) 2006 - 2012, Intel Corporation. All rights reserved.<BR>\r
-  Copyright (c) 2014 - 2105, Hewlett-Packard Development Company, L.P.<BR>\r
+  Copyright (c) 2006 - 2016, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2014 - 2015, Hewlett-Packard Development Company, L.P.<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
@@ -666,7 +665,7 @@ typedef union {
   struct {\r
     UINT16 Version : 3;\r
     UINT16 PmeClock : 1;\r
-    UINT16 : 1;\r
+    UINT16 Reserved : 1;\r
     UINT16 DeviceSpecificInitialization : 1;\r
     UINT16 AuxCurrent : 3;\r
     UINT16 D1Support : 1;\r
@@ -685,7 +684,7 @@ typedef union {
 typedef union {\r
   struct {\r
     UINT16 PowerState : 2;\r
-    UINT16 : 6;\r
+    UINT16 Reserved : 6;\r
     UINT16 PmeEnable : 1;\r
     UINT16 DataSelect : 4;\r
     UINT16 DataScale : 2;\r