Modules/USB - Coming along, reading descriptors now
[tpg/acess2.git] / Modules / USB / UHCI / uhci.h
index 7d88d35..6056c98 100644 (file)
@@ -104,10 +104,19 @@ struct sUHCI_TD
         */
        Uint32  BufferPointer;
 
-       /**
-        * \brief Avaliable for use by software
-        */
-       Uint32  Avaliable[4];
+       union
+       {
+               /**
+                * \brief Avaliable for use by software
+                */
+               Uint32  Avaliable[4];
+               
+               struct
+               {
+                       void    *Callback;
+                       void    *DestPtr;
+               } _info;
+       };
 };
 
 struct sUHCI_QH

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