summaryrefslogtreecommitdiff
path: root/MdePkg/Include/Protocol/PciIo.h
diff options
context:
space:
mode:
authorlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>2008-12-10 08:22:03 +0000
committerlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>2008-12-10 08:22:03 +0000
commit1bf793701b3af2a002bd5cd11a1cc7c02cdb141d (patch)
tree2ffbc71b63a2bc8373c9951622a5fa8dc24a2835 /MdePkg/Include/Protocol/PciIo.h
parent2c6d600e1cf7a20ce92da563acfc7258c3c2bb7b (diff)
downloadedk2-platforms-1bf793701b3af2a002bd5cd11a1cc7c02cdb141d.tar.xz
Add comments for enumeration, structure data members those are referred by UefiService, Runtime Service, Dxe Service and Pei Service.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6974 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Protocol/PciIo.h')
-rw-r--r--MdePkg/Include/Protocol/PciIo.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/MdePkg/Include/Protocol/PciIo.h b/MdePkg/Include/Protocol/PciIo.h
index 2a49ea8e5a..f04218de9c 100644
--- a/MdePkg/Include/Protocol/PciIo.h
+++ b/MdePkg/Include/Protocol/PciIo.h
@@ -91,7 +91,7 @@ typedef enum {
EfiPciIoOperationBusMasterWrite,
///
/// Provides both read and write access to system memory by both the processor and a
- /// bus master. The buffer is coherent from both the processor¡¯s and the bus master's point of view.
+ /// bus master. The buffer is coherent from both the processor's and the bus master's point of view.
///
EfiPciIoOperationBusMasterCommonBuffer,
EfiPciIoOperationMaximum
@@ -104,11 +104,11 @@ typedef enum {
///
typedef enum {
///
- /// Retrieve the PCI controller¡¯s current attributes, and return them in Result.
+ /// Retrieve the PCI controller's current attributes, and return them in Result.
///
EfiPciIoAttributeOperationGet,
///
- /// Set the PCI controller¡¯s current attributes to Attributes.
+ /// Set the PCI controller's current attributes to Attributes.
///
EfiPciIoAttributeOperationSet,
///