All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Loading...
Searching...
No Matches
devfs.h File Reference

DevFS public API. More...

Detailed Description

DevFS public API.

Author
Joakim Nohlgård joaki.nosp@m.m.no.nosp@m.hlgar.nosp@m.d@ei.nosp@m.stec..nosp@m.se

Definition in file devfs.h.

#include "clist.h"
#include "vfs.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.
 
int devfs_unregister (devfs_t *node)
 Remove a registration from DevFS.
 

Variables

const vfs_file_system_t devfs_file_system
 DevFS file system driver.