Usermode/AxWin3 - Fiddling
[tpg/acess2.git] / Kernel / include / fs_devfs.h
index f75a7ff..c099fc6 100644 (file)
 typedef struct sDevFS_Driver
 {
        struct sDevFS_Driver    *Next;  //!< Set to NULL by drivers (used internally)
-       char    *Name;  //!< Name of the driver file/folder (must be unique)
+       const char      *Name;  //!< Name of the driver file/folder (must be unique)
        tVFS_Node       RootNode;       //!< Root node of driver
 } tDevFS_Driver;
 
 // === FUNCTIONS ===
 /**
- * \fn int DevFS_AddDevice(tDevFS_Driver *Dev)
+ * \fn int DevFS_AddDevice(tDevFS_Driver *Device)
  * \brief Registers a device in the Device Filesystem
  * \param Device       Pointer to a persistant structure that represents the driver
  * \return Boolean success

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