X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Modules%2FUSB%2FCore%2Fusb_lowlevel.h;h=9159cbacf62566278cfb7a2b21b91ffef28c3880;hb=4c717bb526a0a7b1aa44ed7fc4f07a6b7da5d2f9;hp=903dd2e72a184cd1e737b1a6657b8b67ea1083a8;hpb=3e39f3e998538521830c10da09fe14c7a7dc66bd;p=tpg%2Facess2.git diff --git a/Modules/USB/Core/usb_lowlevel.h b/Modules/USB/Core/usb_lowlevel.h index 903dd2e7..9159cbac 100644 --- a/Modules/USB/Core/usb_lowlevel.h +++ b/Modules/USB/Core/usb_lowlevel.h @@ -8,6 +8,7 @@ #ifndef _USB_LOWLEVEL_H_ #define _USB_LOWLEVEL_H_ +extern void *USB_int_Request(tUSBHost *Host, int Addr, int EndPt, int Type, int Req, int Val, int Indx, int Len, void *Data); extern int USB_int_SendSetupSetAddress(tUSBHost *Host, int Address); extern int USB_int_ReadDescriptor(tUSBDevice *Dev, int Endpoint, int Type, int Index, int Length, void *Dest); extern char *USB_int_GetDeviceString(tUSBDevice *Dev, int Endpoint, int Index);