Changeset 6c71a1f in mainline for uspace/srv/fs/fat/fat.h
- Timestamp:
- 2008-11-04T22:34:59Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c472aff
- Parents:
- ab579fa
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/fat/fat.h
rab579fa r6c71a1f 203 203 extern void fat_read(ipc_callid_t, ipc_call_t *); 204 204 extern void fat_write(ipc_callid_t, ipc_call_t *); 205 extern void fat_truncate(ipc_callid_t, ipc_call_t *); 205 206 206 207 extern fat_idx_t *fat_idx_get_by_pos(dev_handle_t, fat_cluster_t, unsigned);
Note:
See TracChangeset
for help on using the changeset viewer.