Added timeout support to the ATA driver (timeout is 2 seconds)
[tpg/acess2.git] / Modules / USB / Core / usb.h
index 397e4d7..207c156 100644 (file)
@@ -65,11 +65,11 @@ enum eUSB_PIDs
 /**
  * \note 00101 - X^5+X^2+1
  */
-Uint8  USB_TokenCRC(void *Data, int len);
+extern Uint8   USB_TokenCRC(void *Data, int len);
 /**
  * \note X^16 + X15 + X^2 + 1
  */
-Uint16 USB_DataCRC(void *Data, int len);
+extern Uint16  USB_DataCRC(void *Data, int len);
 
 // === STRUCTURES ===
 /**

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