]> git.proxmox.com Git - mirror_edk2.git/blobdiff - DuetPkg/PciRootBridgeNoEnumerationDxe/Ipf/PcatIo.c
Update the copyright notice format
[mirror_edk2.git] / DuetPkg / PciRootBridgeNoEnumerationDxe / Ipf / PcatIo.c
index 9979d47c4e0a8b7a46a6434a3c47b3650892d15f..3ba870e6f98c911f39dc584b2440772009bedafa 100644 (file)
@@ -1,7 +1,7 @@
 /*++\r
 \r
-Copyright (c) 2005, Intel Corporation                                                         \r
-All rights reserved. This program and the accompanying materials                          \r
+Copyright (c) 2005 - 2009, 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
@@ -21,7 +21,7 @@ Revision History
 --*/\r
 \r
 #include "PcatPciRootBridge.h"\r
-#include "pci22.h"\r
+#include <IndustryStandard/Pci.h>\r
 #include "SalProc.h"\r
 \r
 #include EFI_GUID_DEFINITION (SalSystemTable)\r
@@ -46,8 +46,8 @@ Revision History
 //\r
 // Local variables for performing SAL Proc calls\r
 //\r
-static PLABEL         mSalProcPlabel;\r
-static CALL_SAL_PROC  mGlobalSalProc;\r
+PLABEL         mSalProcPlabel;\r
+CALL_SAL_PROC  mGlobalSalProc;\r
 \r
 EFI_STATUS\r
 PcatRootBridgeIoIoRead (\r
@@ -59,8 +59,8 @@ PcatRootBridgeIoIoRead (
   )\r
 {\r
   PCAT_PCI_ROOT_BRIDGE_INSTANCE *PrivateData;\r
-  UINTN                                InStride;\r
-  UINTN                                OutStride;\r
+  UINTN                         InStride;\r
+  UINTN                         OutStride;\r
   UINTN                         AlignMask;\r
   UINTN                         Address;\r
   PTR                           Buffer;\r
@@ -163,9 +163,9 @@ PcatRootBridgeIoIoWrite (
   )\r
 {\r
   PCAT_PCI_ROOT_BRIDGE_INSTANCE  *PrivateData;\r
-  UINTN                                 InStride;\r
-  UINTN                                 OutStride;\r
-  UINTN                                 AlignMask;\r
+  UINTN                          InStride;\r
+  UINTN                          OutStride;\r
+  UINTN                          AlignMask;\r
   UINTN                          Address;\r
   PTR                            Buffer;\r
   UINT16                         Data16;\r
@@ -318,9 +318,9 @@ PcatRootBridgeIoPciRW (
   )\r
 {\r
   PCAT_PCI_ROOT_BRIDGE_INSTANCE  *PrivateData;\r
-  UINTN                                 AlignMask;\r
-  UINTN                                 InStride;\r
-  UINTN                                 OutStride;\r
+  UINTN                          AlignMask;\r
+  UINTN                          InStride;\r
+  UINTN                          OutStride;\r
   UINT64                         Address;\r
   DEFIO_PCI_ADDR                 *Defio;\r
   PTR                            Buffer;\r