summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library/UefiUsbLib
diff options
context:
space:
mode:
authorqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>2007-07-30 07:54:23 +0000
committerqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>2007-07-30 07:54:23 +0000
commitf178734977f2ee8b51a9f7df8d9661483ba4beb7 (patch)
tree867bec8804354b71bb7d84566bc4d0327420cfb6 /MdePkg/Library/UefiUsbLib
parent81221fc6903e355de8669959be09662d1b0f986f (diff)
downloadedk2-f178734977f2ee8b51a9f7df8d9661483ba4beb7.tar.gz
edk2-f178734977f2ee8b51a9f7df8d9661483ba4beb7.tar.bz2
edk2-f178734977f2ee8b51a9f7df8d9661483ba4beb7.zip
add EFIAPI to the library functions.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3495 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/UefiUsbLib')
-rw-r--r--MdePkg/Library/UefiUsbLib/UsbDxeLib.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/MdePkg/Library/UefiUsbLib/UsbDxeLib.c b/MdePkg/Library/UefiUsbLib/UsbDxeLib.c
index c8c89acc12..07fe0fe0f8 100644
--- a/MdePkg/Library/UefiUsbLib/UsbDxeLib.c
+++ b/MdePkg/Library/UefiUsbLib/UsbDxeLib.c
@@ -32,6 +32,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
**/
EFI_STATUS
+EFIAPI
UsbGetDescriptor (
IN EFI_USB_IO_PROTOCOL *UsbIo,
IN UINT16 Value,
@@ -83,6 +84,7 @@ UsbGetDescriptor (
**/
EFI_STATUS
+EFIAPI
UsbSetDescriptor (
IN EFI_USB_IO_PROTOCOL *UsbIo,
IN UINT16 Value,
@@ -132,6 +134,7 @@ UsbSetDescriptor (
**/
EFI_STATUS
+EFIAPI
UsbGetInterface (
IN EFI_USB_IO_PROTOCOL *UsbIo,
IN UINT16 Index,
@@ -178,6 +181,7 @@ UsbGetInterface (
**/
EFI_STATUS
+EFIAPI
UsbSetInterface (
IN EFI_USB_IO_PROTOCOL *UsbIo,
IN UINT16 InterfaceNo,
@@ -224,6 +228,7 @@ UsbSetInterface (
**/
EFI_STATUS
+EFIAPI
UsbGetConfiguration (
IN EFI_USB_IO_PROTOCOL *UsbIo,
OUT UINT8 *ConfigValue,
@@ -267,6 +272,7 @@ UsbGetConfiguration (
**/
EFI_STATUS
+EFIAPI
UsbSetConfiguration (
IN EFI_USB_IO_PROTOCOL *UsbIo,
IN UINT16 Value,
@@ -312,6 +318,7 @@ UsbSetConfiguration (
**/
EFI_STATUS
+EFIAPI
UsbSetFeature (
IN EFI_USB_IO_PROTOCOL *UsbIo,
IN UINTN Recipient,
@@ -377,6 +384,7 @@ UsbSetFeature (
**/
EFI_STATUS
+EFIAPI
UsbClearFeature (
IN EFI_USB_IO_PROTOCOL *UsbIo,
IN UINTN Recipient,
@@ -442,6 +450,7 @@ UsbClearFeature (
**/
EFI_STATUS
+EFIAPI
UsbGetStatus (
IN EFI_USB_IO_PROTOCOL *UsbIo,
IN UINTN Recipient,
@@ -506,6 +515,7 @@ UsbGetStatus (
**/
EFI_STATUS
+EFIAPI
UsbClearEndpointHalt (
IN EFI_USB_IO_PROTOCOL *UsbIo,
IN UINT8 EndpointNo,