Changes in uspace/lib/c/include/vfs/vfs.h [47b7006:eaf22d4] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/vfs/vfs.h
r47b7006 reaf22d4 47 47 typedef struct { 48 48 fs_handle_t fs_handle; 49 dev map_handle_t devmap_handle;49 dev_handle_t dev_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); 58 61 59 62 extern int open_node(fdi_node_t *, int);
Note:
See TracChangeset
for help on using the changeset viewer.