DevFS public API. More...
DevFS public API.
Definition in file devfs.h.
 Include dependency graph for devfs.h:Go to the source code of this file.
Data Structures | |
| struct | devfs | 
| A device "file" consists of a file name and an opaque pointer to device driver private data.  More... | |
Typedefs | |
| typedef struct devfs | devfs_t | 
| DevFS node typedef.  | |
Functions | |
| int | devfs_register (devfs_t *node) | 
| Register a node in DevFS.  More... | |
| int | devfs_unregister (devfs_t *node) | 
| Remove a registration from DevFS.  More... | |
Variables | |
| const vfs_file_system_t | devfs_file_system | 
| DevFS file system driver.  More... | |