Changeset d3a9ae74 in mainline for uspace/srv/fs/ext4fs/ext4fs.h
- Timestamp:
- 2011-09-27T15:48:31Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8c9e71a
- Parents:
- 5dd4f77a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/ext4fs/ext4fs.h
r5dd4f77a rd3a9ae74 34 34 #define EXT4FS_EXT4FS_H_ 35 35 36 #include <libfs.h> 37 38 extern vfs_out_ops_t ext4fs_ops; 39 extern libfs_ops_t ext4fs_libfs_ops; 40 41 extern int ext4fs_global_init(void); 42 extern int ext4fs_global_fini(void); 43 36 44 37 45 #endif
Note:
See TracChangeset
for help on using the changeset viewer.