Modules/USB - Callback support and Driver selection
[tpg/acess2.git] / Modules / USB / UHCI / uhci.h
index 7d88d35..e67dac3 100644 (file)
@@ -104,11 +104,14 @@ struct sUHCI_TD
         */
        Uint32  BufferPointer;
 
-       /**
-        * \brief Avaliable for use by software
-        */
-       Uint32  Avaliable[4];
-};
+       struct
+       {
+               tUSBHostCb      Callback;
+               void    *CallbackPtr;
+               void    *DataPtr;
+                int    bCopyData;
+       } _info;
+} __attribute__((aligned(16)));
 
 struct sUHCI_QH
 {

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