diff options
author | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-09-28 07:16:30 +0000 |
---|---|---|
committer | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-09-28 07:16:30 +0000 |
commit | 3bb398eb6413eedbec1ce7e7452ad043c599b983 (patch) | |
tree | 6d3313bce711bb77de43628747e0411ac1850327 /MdePkg/Include/Protocol/UsbIo.h | |
parent | 09254044e5eef6df71e4fec8a5c55fc66c9e98b4 (diff) | |
download | edk2-platforms-3bb398eb6413eedbec1ce7e7452ad043c599b983.tar.xz |
Remove unicode char.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6064 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Protocol/UsbIo.h')
-rw-r--r-- | MdePkg/Include/Protocol/UsbIo.h | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/MdePkg/Include/Protocol/UsbIo.h b/MdePkg/Include/Protocol/UsbIo.h index fde139eb6e..ef700d57de 100644 --- a/MdePkg/Include/Protocol/UsbIo.h +++ b/MdePkg/Include/Protocol/UsbIo.h @@ -140,8 +140,8 @@ EFI_STATUS otherwise EFI_INVALID_PARAMETER is returned. If
the endpoint is not a BULK endpoint, EFI_INVALID_PARAMETER
is returned. The MSB of this parameter indicates
- the endpoint direction. The number “1” stands for
- an IN endpoint, and “0” stands for an OUT endpoint.
+ the endpoint direction. The number "1" stands for
+ an IN endpoint, and "0" stands for an OUT endpoint.
@param Data A pointer to the buffer of data that will be transmitted to USB
device or received from USB device.
@param DataLength The size, in bytes, of the data buffer specified by Data.
@@ -184,8 +184,8 @@ EFI_STATUS otherwise EFI_INVALID_PARAMETER is returned. If
the endpoint is not a BULK endpoint, EFI_INVALID_PARAMETER
is returned. The MSB of this parameter indicates
- the endpoint direction. The number “1” stands for
- an IN endpoint, and “0” stands for an OUT endpoint.
+ the endpoint direction. The number "1" stands for
+ an IN endpoint, and "0" stands for an OUT endpoint.
@param IsNewTransfer If TRUE, a new transfer will be submitted to USB controller. If
FALSE, the interrupt transfer is deleted from the device's interrupt
transfer queue.
@@ -227,8 +227,8 @@ EFI_STATUS otherwise EFI_INVALID_PARAMETER is returned. If
the endpoint is not a BULK endpoint, EFI_INVALID_PARAMETER
is returned. The MSB of this parameter indicates
- the endpoint direction. The number “1” stands for
- an IN endpoint, and “0” stands for an OUT endpoint.
+ the endpoint direction. The number "1" stands for
+ an IN endpoint, and "0" stands for an OUT endpoint.
@param Data A pointer to the buffer of data that will be transmitted to USB
device or received from USB device.
@param DataLength On input, then size, in bytes, of the buffer Data. On output, the
@@ -267,8 +267,8 @@ EFI_STATUS otherwise EFI_INVALID_PARAMETER is returned. If
the endpoint is not a BULK endpoint, EFI_INVALID_PARAMETER
is returned. The MSB of this parameter indicates
- the endpoint direction. The number “1” stands for
- an IN endpoint, and “0” stands for an OUT endpoint.
+ the endpoint direction. The number "1" stands for
+ an IN endpoint, and "0" stands for an OUT endpoint.
@param Data A pointer to the buffer of data that will be transmitted to USB
device or received from USB device.
@param DataLength The size, in bytes, of the data buffer specified by Data.
@@ -302,8 +302,8 @@ EFI_STATUS otherwise EFI_INVALID_PARAMETER is returned. If
the endpoint is not a BULK endpoint, EFI_INVALID_PARAMETER
is returned. The MSB of this parameter indicates
- the endpoint direction. The number “1” stands for
- an IN endpoint, and “0” stands for an OUT endpoint.
+ the endpoint direction. The number "1" stands for
+ an IN endpoint, and "0" stands for an OUT endpoint.
@param Data A pointer to the buffer of data that will be transmitted to USB
device or received from USB device.
@param DataLength The size, in bytes, of the data buffer specified by Data.
|