Changeset 9f98578 in mainline for uspace/srv/fs/exfat/exfat_fat.h
- Timestamp:
- 2011-07-14T07:03:17Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e584623
- Parents:
- af4dec0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/exfat/exfat_fat.h
raf4dec0 r9f98578 57 57 58 58 59 extern int fat_get_cluster(struct exfat_bs *bs, devmap_handle_t devmap_handle, 60 exfat_cluster_t clst, exfat_cluster_t *value); 61 extern int fat_set_cluster(struct exfat_bs *bs, devmap_handle_t devmap_handle, 62 exfat_cluster_t clst, exfat_cluster_t value); 59 63 extern int exfat_sanity_check(struct exfat_bs *, devmap_handle_t); 60 61 64 #endif 62 65
Note:
See TracChangeset
for help on using the changeset viewer.