Changeset 4bfad34 in mainline for uspace/lib/ext4/include/ext4/ops.h
- Timestamp:
- 2017-05-11T22:07:09Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- be39fc6
- Parents:
- 71fe4723
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ext4/include/ext4/ops.h
r71fe4723 r4bfad34 35 35 36 36 #include <libfs.h> 37 #include "ext4/fstypes.h" 37 38 38 39 extern vfs_out_ops_t ext4fs_ops; … … 42 43 extern int ext4fs_global_fini(void); 43 44 45 extern int ext4fs_node_get_core(fs_node_t **, ext4fs_instance_t *, fs_index_t); 46 extern int ext4fs_node_put(fs_node_t *); 47 44 48 45 49 #endif
Note:
See TracChangeset
for help on using the changeset viewer.