summaryrefslogtreecommitdiff
path: root/MdePkg/Include/Library
diff options
context:
space:
mode:
authorvanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>2008-07-08 05:18:46 +0000
committervanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>2008-07-08 05:18:46 +0000
commit94646ec0e39546f2b306bd07ca75b45ce714a671 (patch)
tree61ab426ada938d04dc1be63284fa371a441b1948 /MdePkg/Include/Library
parent2623855985360621b1af11e893d87808d5a1a426 (diff)
downloadedk2-platforms-94646ec0e39546f2b306bd07ca75b45ce714a671.tar.xz
Ecc clean.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5415 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Library')
-rw-r--r--MdePkg/Include/Library/PciCf8Lib.h8
-rw-r--r--MdePkg/Include/Library/PciExpressLib.h8
-rw-r--r--MdePkg/Include/Library/PciLib.h8
3 files changed, 12 insertions, 12 deletions
diff --git a/MdePkg/Include/Library/PciCf8Lib.h b/MdePkg/Include/Library/PciCf8Lib.h
index 1f6ec13ffd..41491f01a2 100644
--- a/MdePkg/Include/Library/PciCf8Lib.h
+++ b/MdePkg/Include/Library/PciCf8Lib.h
@@ -1,7 +1,7 @@
/** @file
PCI CF8 Library Services for PCI Segment #0
- Copyright (c) 2006, Intel Corporation
+ Copyright (c) 2006 - 2008, Intel Corporation
All rights reserved. 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
@@ -78,7 +78,7 @@ UINT8
EFIAPI
PciCf8Write8 (
IN UINTN Address,
- IN UINT8 Data
+ IN UINT8 Value
);
/**
@@ -388,7 +388,7 @@ UINT16
EFIAPI
PciCf8Write16 (
IN UINTN Address,
- IN UINT16 Data
+ IN UINT16 Value
);
/**
@@ -706,7 +706,7 @@ UINT32
EFIAPI
PciCf8Write32 (
IN UINTN Address,
- IN UINT32 Data
+ IN UINT32 Value
);
/**
diff --git a/MdePkg/Include/Library/PciExpressLib.h b/MdePkg/Include/Library/PciExpressLib.h
index 1c5bbcfb2e..de69b810f6 100644
--- a/MdePkg/Include/Library/PciExpressLib.h
+++ b/MdePkg/Include/Library/PciExpressLib.h
@@ -1,7 +1,7 @@
/** @file
Pci Express Library Services for PCI Segment #0
- Copyright (c) 2006, Intel Corporation
+ Copyright (c) 2006 - 2008, Intel Corporation
All rights reserved. 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
@@ -77,7 +77,7 @@ UINT8
EFIAPI
PciExpressWrite8 (
IN UINTN Address,
- IN UINT8 Data
+ IN UINT8 Value
);
/**
@@ -377,7 +377,7 @@ UINT16
EFIAPI
PciExpressWrite16 (
IN UINTN Address,
- IN UINT16 Data
+ IN UINT16 Value
);
/**
@@ -685,7 +685,7 @@ UINT32
EFIAPI
PciExpressWrite32 (
IN UINTN Address,
- IN UINT32 Data
+ IN UINT32 Value
);
/**
diff --git a/MdePkg/Include/Library/PciLib.h b/MdePkg/Include/Library/PciLib.h
index 31a64d9616..f8e4b572f9 100644
--- a/MdePkg/Include/Library/PciLib.h
+++ b/MdePkg/Include/Library/PciLib.h
@@ -1,7 +1,7 @@
/** @file
PCI Library Services for PCI Segment #0
- Copyright (c) 2006, Intel Corporation
+ Copyright (c) 2006 - 2008, Intel Corporation
All rights reserved. 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
@@ -72,7 +72,7 @@ UINT8
EFIAPI
PciWrite8 (
IN UINTN Address,
- IN UINT8 Data
+ IN UINT8 Value
);
/**
@@ -372,7 +372,7 @@ UINT16
EFIAPI
PciWrite16 (
IN UINTN Address,
- IN UINT16 Data
+ IN UINT16 Value
);
/**
@@ -680,7 +680,7 @@ UINT32
EFIAPI
PciWrite32 (
IN UINTN Address,
- IN UINT32 Data
+ IN UINT32 Value
);
/**