Changes in uspace/lib/c/include/vfs/vfs.h [eaf22d4:47b7006] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/vfs/vfs.h
reaf22d4 r47b7006 47 47 typedef struct { 48 48 fs_handle_t fs_handle; 49 dev _handle_t dev_handle;49 devmap_handle_t devmap_handle; 50 50 fs_index_t index; 51 51 } fdi_node_t; … … 56 56 unsigned int); 57 57 extern int unmount(const char *); 58 59 extern void __stdio_init(int filc, fdi_node_t *filv[]);60 extern void __stdio_done(void);61 58 62 59 extern int open_node(fdi_node_t *, int);
Note:
See TracChangeset
for help on using the changeset viewer.