Changes in uspace/lib/ext4/include/ext4/ops.h [81dd2ed:be39fc6] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ext4/include/ext4/ops.h
r81dd2ed rbe39fc6 35 35 36 36 #include <libfs.h> 37 #include "ext4/fstypes.h" 37 38 38 extern vfs_out_ops_t ext4 fs_ops;39 extern libfs_ops_t ext4 fs_libfs_ops;39 extern vfs_out_ops_t ext4_ops; 40 extern libfs_ops_t ext4_libfs_ops; 40 41 41 extern int ext4fs_global_init(void); 42 extern int ext4fs_global_fini(void); 42 extern int ext4_global_init(void); 43 extern int ext4_global_fini(void); 44 45 extern int ext4_node_get_core(fs_node_t **, ext4_instance_t *, fs_index_t); 46 extern int ext4_node_put(fs_node_t *); 43 47 44 48
Note:
See TracChangeset
for help on using the changeset viewer.