Changeset 6c71a1f in mainline for uspace/srv/fs/fat/fat.h


Ignore:
Timestamp:
2008-11-04T22:34:59Z (16 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c472aff
Parents:
ab579fa
Message:

Start implementing fat_truncate().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/fat/fat.h

    rab579fa r6c71a1f  
    203203extern void fat_read(ipc_callid_t, ipc_call_t *);
    204204extern void fat_write(ipc_callid_t, ipc_call_t *);
     205extern void fat_truncate(ipc_callid_t, ipc_call_t *);
    205206
    206207extern 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.