Kernel - Added pointer to IRQ callbacks
[tpg/acess2.git] / Modules / USB / Core / usb.h
index 0b1b7b9..c0cf785 100644 (file)
@@ -25,7 +25,8 @@ struct sUSBHost
  */
 struct sUSBDevice
 {
-       tUSBHost        *Host;
+       tUSBHost        *HostDef;
+       void    *Controller;
 
         int    Address;
 
@@ -34,4 +35,6 @@ struct sUSBDevice
         int    MaxISync;
 };
 
+extern void USB_RegisterHost(tUSBHost *HostDef, void *ControllerPtr);
+
 #endif

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