Changeset 4bf40f6 in mainline for uspace/srv/fs/fat/fat.h


Ignore:
Timestamp:
2008-08-12T19:14:09Z (16 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
79d031b
Parents:
17b2aac
Message:

Dummy implementation of fat_read().

File:
1 edited

Legend:

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

    r17b2aac r4bf40f6  
    223223extern void fat_mount(ipc_callid_t, ipc_call_t *);
    224224extern void fat_lookup(ipc_callid_t, ipc_call_t *);
     225extern void fat_read(ipc_callid_t, ipc_call_t *);
    225226
    226227extern 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.