Changes in uspace/lib/c/include/vfs/vfs.h [15f3c3f:79ae36dd] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/vfs/vfs.h
r15f3c3f r79ae36dd 38 38 #include <sys/types.h> 39 39 #include <ipc/vfs.h> 40 #include <ipc/ loc.h>40 #include <ipc/devmap.h> 41 41 #include <stdio.h> 42 42 … … 49 49 typedef struct { 50 50 fs_handle_t fs_handle; 51 service_id_t service_id;51 devmap_handle_t devmap_handle; 52 52 fs_index_t index; 53 53 } fdi_node_t;
Note:
See TracChangeset
for help on using the changeset viewer.