Modules/USB - Slight correctness fixes, and fixed a race condition
[tpg/acess2.git] / KernelLand / Modules / USB / Core / include / usb_host.h
index e2748da..eda42cf 100644 (file)
@@ -26,6 +26,10 @@ struct sUSBHostDef
        tUSBHostOp      SendOUT;
        tUSBHostOp      SendSETUP;
 
+       /**
+        * \brief Check if an operation has completed
+        * \note Only valid to call if CB passed was ERRPTR
+        */
         int    (*IsOpComplete)(void *Ptr, void *OpPtr);
 
        void    (*CheckPorts)(void *Ptr);

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