X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Modules%2FUSB%2Fmain.c;h=28ce5e3b7aa80d7a477226b7dea80c0844048023;hb=07173b260d76a7e6482838c02d5deb2ead2afbb2;hp=7276d0e712f74a950367323a941a248e9df3e689;hpb=5c46f86c5a8ceaa63a1a9919cf1f4d2889c6c233;p=tpg%2Facess2.git diff --git a/Modules/USB/main.c b/Modules/USB/main.c index 7276d0e7..28ce5e3b 100644 --- a/Modules/USB/main.c +++ b/Modules/USB/main.c @@ -4,7 +4,7 @@ */ #define VERSION ( (0<<8)| 5 ) #define DEBUG 1 -#include +#include #include #include #include @@ -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)