More work on UDI, cleanup and pseudod should now load.
[tpg/acess2.git] / Kernel / vfs / fs / devfs.c
index 6ead47e..7781632 100644 (file)
@@ -3,7 +3,7 @@
  * Device Filesystem (DevFS)
  * - vfs/fs/devfs.c
  */
-#include <common.h>
+#include <acess.h>
 #include <vfs.h>
 #include <fs_devfs.h>
 
@@ -43,7 +43,7 @@ int DevFS_AddDevice(tDevFS_Driver *Dev)
 /**
  * \fn tVFS_Node *DevFS_InitDevice(char *Device, char **Options)
  * \brief Initialise the DevFS and detect double-mounting, or just do nothing
- * \stub
+ * \note STUB
  */
 tVFS_Node *DevFS_InitDevice(char *Device, char **Options)
 {

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