Modules/USB - Fixed thread name
[tpg/acess2.git] / Modules / USB / Core / include / usb_hub.h
index 42fbeab..6b32d49 100644 (file)
@@ -17,7 +17,8 @@ typedef struct sUSBHub        tUSBHub;
  * 
  * Used by the hub class initialisation routine.
  */
-extern tUSBHub USB_RegisterHub(tUSBInterface *Device, int nPorts);
+extern tUSBHub *USB_RegisterHub(tUSBInterface *Device, int nPorts);
+extern void    USB_RemoveHub(tUSBHub *Hub);
 
 extern void    USB_DeviceConnected(tUSBHub *Hub, int Port);
 extern void    USB_DeviceDisconnected(tUSBHub *Hub, int Port);

UCC git Repository :: git.ucc.asn.au