Acess Device Filesystem interface.
Go to the source code of this file.
Data Structures | |
struct | tDevFS_Driver |
DevFS driver definition. More... | |
Functions | |
int | DevFS_AddDevice (tDevFS_Driver *Device) |
Registers a device in the Device Filesystem. | |
void | DevFS_DelDevice (tDevFS_Driver *Device) |
Unregisters a device with the Device Filesystem. |
int DevFS_AddDevice | ( | tDevFS_Driver * | Device | ) |
Registers a device in the Device Filesystem.
Device | Pointer to a persistant structure that represents the driver |