X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdePkg%2FInclude%2FProtocol%2FPciIo.h;h=147f6b2441c627b2686f457857af8cca8c2fcc66;hp=18494b3394eaf0c85513b2a819cc90b7f60f9a34;hb=511710d68f477e0210ae1830769e5d0cde4ea36a;hpb=cb44bbdb8e15fc40362e6b0542be196c15c04615 diff --git a/MdePkg/Include/Protocol/PciIo.h b/MdePkg/Include/Protocol/PciIo.h index 18494b3394..147f6b2441 100644 --- a/MdePkg/Include/Protocol/PciIo.h +++ b/MdePkg/Include/Protocol/PciIo.h @@ -245,7 +245,7 @@ EFI_STATUS ); /** - Provides the PCI controller¨Cspecific addresses needed to access system memory. + Provides the PCI controller-Cspecific addresses needed to access system memory. @param This A pointer to the EFI_PCI_IO_PROTOCOL instance. @param Operation Indicates if the bus master is going to read or write to system memory. @@ -360,13 +360,13 @@ EFI_STATUS ); /** - Retrieves this PCI controller¡¯s current PCI bus number, device number, and function number. + Retrieves this PCI controller's current PCI bus number, device number, and function number. @param This A pointer to the EFI_PCI_IO_PROTOCOL instance. - @param SegmentNumber The PCI controller¡¯s current PCI segment number. - @param BusNumber The PCI controller¡¯s current PCI bus number. - @param DeviceNumber The PCI controller¡¯s current PCI device number. - @param FunctionNumber The PCI controller¡¯s current PCI function number. + @param SegmentNumber The PCI controller's current PCI segment number. + @param BusNumber The PCI controller's current PCI bus number. + @param DeviceNumber The PCI controller's current PCI device number. + @param FunctionNumber The PCI controller's current PCI function number. @retval EFI_SUCCESS The PCI controller location was returned. @retval EFI_INVALID_PARAMETER One or more parameters are invalid.