summaryrefslogtreecommitdiff
path: root/MdePkg/Include/Library/PciCf8Lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'MdePkg/Include/Library/PciCf8Lib.h')
-rw-r--r--MdePkg/Include/Library/PciCf8Lib.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/MdePkg/Include/Library/PciCf8Lib.h b/MdePkg/Include/Library/PciCf8Lib.h
index 1f6ec13..41491f0 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
);
/**