]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/PciIo.h
Add comments for enumeration, structure data members those are referred by UefiServic...
[mirror_edk2.git] / MdePkg / Include / Protocol / PciIo.h
index 2a49ea8e5a3a8ce846748a69f62f2b91523b616b..f04218de9c836c7065328501477dd20732ca607f 100644 (file)
@@ -91,7 +91,7 @@ typedef enum {
   EfiPciIoOperationBusMasterWrite,\r
   ///\r
   /// Provides both read and write access to system memory by both the processor and a\r
-  /// bus master. The buffer is coherent from both the processor¡¯s and the bus master's point of view.\r
+  /// bus master. The buffer is coherent from both the processor's and the bus master's point of view.\r
   ///\r
   EfiPciIoOperationBusMasterCommonBuffer,\r
   EfiPciIoOperationMaximum\r
@@ -104,11 +104,11 @@ typedef enum {
 ///\r
 typedef enum {\r
   ///\r
-  /// Retrieve the PCI controller¡¯s current attributes, and return them in Result.\r
+  /// Retrieve the PCI controller's current attributes, and return them in Result.\r
   ///\r
   EfiPciIoAttributeOperationGet,\r
   ///\r
-  /// Set the PCI controller¡¯s current attributes to Attributes.\r
+  /// Set the PCI controller's current attributes to Attributes.\r
   ///\r
   EfiPciIoAttributeOperationSet,\r
   ///\r