Changeset 48eb7a14 in mainline for uspace/srv/fs/fat/fat.h
- Timestamp:
- 2008-11-22T12:00:05Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2eb893b
- Parents:
- 7e6c9eb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/fat/fat.h
r7e6c9eb r48eb7a14 208 208 extern fat_idx_t *fat_idx_get_by_pos(dev_handle_t, fat_cluster_t, unsigned); 209 209 extern fat_idx_t *fat_idx_get_by_index(dev_handle_t, fs_index_t); 210 extern void fat_idx_destroy(fat_idx_t *); 210 211 211 212 extern int fat_idx_init(void);
Note:
See TracChangeset
for help on using the changeset viewer.