Changeset 4f30222 in mainline for uspace/lib/fs/libfs.h
- Timestamp:
- 2017-05-16T21:58:20Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3ec2acc
- Parents:
- dde4689
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/fs/libfs.h
rdde4689 r4f30222 44 44 typedef struct { 45 45 int (* fsprobe)(service_id_t, vfs_fs_probe_info_t *); 46 int (* mounted)(service_id_t, const char *, fs_index_t *, aoff64_t *, 47 unsigned *); 46 int (* mounted)(service_id_t, const char *, fs_index_t *, aoff64_t *); 48 47 int (* unmounted)(service_id_t); 49 48 int (* read)(service_id_t, fs_index_t, aoff64_t, size_t *);
Note:
See TracChangeset
for help on using the changeset viewer.