Modules/UHCI - Tiny correctness fix in code (no functional changes)
authorJohn Hodge <[email protected]>
Thu, 1 Dec 2011 03:09:30 +0000 (11:09 +0800)
committerJohn Hodge <[email protected]>
Thu, 1 Dec 2011 03:09:30 +0000 (11:09 +0800)
Modules/USB/UHCI/uhci.c

index a794d3c..84e3ec1 100644 (file)
@@ -18,7 +18,7 @@
 #define NUM_TDs        1024
 
 // === PROTOTYPES ===
- int   UHCI_Initialise();
+ int   UHCI_Initialise(const char **Arguments);
 void   UHCI_Cleanup();
 tUHCI_TD       *UHCI_int_AllocateTD(tUHCI_Controller *Cont);
 void   UHCI_int_AppendTD(tUHCI_Controller *Cont, tUHCI_TD *TD);

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