IPv6, and I need to learn to compile before commiting
[tpg/acess2.git] / Modules / USB / main.c
index 7276d0e..28ce5e3 100644 (file)
@@ -4,7 +4,7 @@
  */
 #define VERSION        ( (0<<8)| 5 )
 #define DEBUG  1
-#include <common.h>
+#include <acess.h>
 #include <vfs.h>
 #include <fs_devfs.h>
 #include <modules.h>
@@ -74,7 +74,6 @@ tVFS_Node *USB_FindDir(tVFS_Node *Node, char *Name)
 }
 
 /**
- * \fn int USB_IOCtl(tVFS_Node *Node, int Id, void *Data)
  * \brief Handles IOCtl Calls to the USB driver
  */
 int USB_IOCtl(tVFS_Node *Node, int Id, void *Data)

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