summaryrefslogtreecommitdiffstats
path: root/MdePkg
diff options
context:
space:
mode:
authorRuiyu Ni <ruiyu.ni@intel.com>2016-03-18 14:04:51 +0800
committerRuiyu Ni <ruiyu.ni@intel.com>2016-03-22 11:10:03 +0800
commit3362c5f17a3af3151b30f895c2c13fc0280a7ad3 (patch)
tree20609de95abbf68c41492ac885a73ae1c8b192a8 /MdePkg
parentc2a07a10b1a781fe18942f54d6cf282aa855f72c (diff)
downloadedk2-3362c5f17a3af3151b30f895c2c13fc0280a7ad3.tar.gz
edk2-3362c5f17a3af3151b30f895c2c13fc0280a7ad3.tar.bz2
edk2-3362c5f17a3af3151b30f895c2c13fc0280a7ad3.zip
MdePkg/Pci22.h: Fix a coding style issue
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com> Reviewed-by: Shumin Qiu <shumin.qiu@intel.com>
Diffstat (limited to 'MdePkg')
-rw-r--r--MdePkg/Include/IndustryStandard/Pci22.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/MdePkg/Include/IndustryStandard/Pci22.h b/MdePkg/Include/IndustryStandard/Pci22.h
index 78ec6b3166..0b3a785ef1 100644
--- a/MdePkg/Include/IndustryStandard/Pci22.h
+++ b/MdePkg/Include/IndustryStandard/Pci22.h
@@ -5,11 +5,10 @@
PCI Local Bus Specification, 2.2
PCI-to-PCI Bridge Architecture Specification, Revision 1.2
PC Card Standard, 8.0
+ PCI Power Management Interface Specifiction, Revision 1.2
-
-
- Copyright (c) 2006 - 2012, Intel Corporation. All rights reserved.<BR>
- Copyright (c) 2014 - 2105, Hewlett-Packard Development Company, L.P.<BR>
+ Copyright (c) 2006 - 2016, Intel Corporation. All rights reserved.<BR>
+ Copyright (c) 2014 - 2015, Hewlett-Packard Development Company, L.P.<BR>
This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
@@ -666,7 +665,7 @@ typedef union {
struct {
UINT16 Version : 3;
UINT16 PmeClock : 1;
- UINT16 : 1;
+ UINT16 Reserved : 1;
UINT16 DeviceSpecificInitialization : 1;
UINT16 AuxCurrent : 3;
UINT16 D1Support : 1;
@@ -685,7 +684,7 @@ typedef union {
typedef union {
struct {
UINT16 PowerState : 2;
- UINT16 : 6;
+ UINT16 Reserved : 6;
UINT16 PmeEnable : 1;
UINT16 DataSelect : 4;
UINT16 DataScale : 2;