diff options
author | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-09-28 07:32:32 +0000 |
---|---|---|
committer | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-09-28 07:32:32 +0000 |
commit | e9e65e2a03adf1535f00fc7fe3c8b151aeca81be (patch) | |
tree | 039823c9319ed01bf9684b87fd15b0b01aeb384c /MdePkg/Include/Protocol/UsbHostController.h | |
parent | 9cd1d1c1d5dd7fbad591f449c818c0f81a5586c3 (diff) | |
download | edk2-platforms-e9e65e2a03adf1535f00fc7fe3c8b151aeca81be.tar.xz |
Remove unicode char
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6066 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Protocol/UsbHostController.h')
-rw-r--r-- | MdePkg/Include/Protocol/UsbHostController.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/MdePkg/Include/Protocol/UsbHostController.h b/MdePkg/Include/Protocol/UsbHostController.h index d36c2b4dbe..3a0fe6dfa8 100644 --- a/MdePkg/Include/Protocol/UsbHostController.h +++ b/MdePkg/Include/Protocol/UsbHostController.h @@ -150,7 +150,7 @@ EFI_STATUS direction of the target USB device. Each endpoint address
supports data transfer in one direction except the control
endpoint (whose default endpoint address is 0). It is the
- caller’s responsibility to make sure that the EndPointAddress
+ caller's responsibility to make sure that the EndPointAddress
represents a bulk endpoint.
@param MaximumPacketLength Indicates the maximum packet size that the default control
transfer endpoint is capable of sending or receiving.
@@ -195,7 +195,7 @@ EFI_STATUS direction of the target USB device. Each endpoint address
supports data transfer in one direction except the control
endpoint (whose default endpoint address is zero). It is the
- caller’s responsibility to make sure that the
+ caller's responsibility to make sure that the
EndPointAddress represents an interrupt endpoint.
@param IsSlowDevice Indicates whether the target device is slow device or full-speed
device.
@@ -253,7 +253,7 @@ EFI_STATUS direction of the target USB device. Each endpoint address
supports data transfer in one direction except the control
endpoint (whose default endpoint address is zero). It is the
- caller’s responsibility to make sure that the
+ caller's responsibility to make sure that the
EndPointAddress represents an interrupt endpoint.
@param IsSlowDevice Indicates whether the target device is slow device or full-speed
device.
@@ -303,7 +303,7 @@ EFI_STATUS @param EndPointAddress The combination of an endpoint number and an endpoint
direction of the target USB device. Each endpoint address
supports data transfer in one direction except the control
- endpoint (whose default endpoint address is 0). It is the caller’s
+ endpoint (whose default endpoint address is 0). It is the caller's
responsibility to make sure that the EndPointAddress
represents an isochronous endpoint.
@param MaximumPacketLength Indicates the maximum packet size that the default control
@@ -344,7 +344,7 @@ EFI_STATUS direction of the target USB device. Each endpoint address
supports data transfer in one direction except the control
endpoint (whose default endpoint address is zero). It is the
- caller’s responsibility to make sure that the
+ caller's responsibility to make sure that the
EndPointAddress represents an isochronous endpoint.
@param MaximumPacketLength Indicates the maximum packet size that the default control
transfer endpoint is capable of sending or receiving. For isochronous
|