Rev 3535 | Rev 3674 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3535 | Rev 3561 | ||
---|---|---|---|
Line 200... | Line 200... | ||
200 | extern void fat_mounted(ipc_callid_t, ipc_call_t *); |
200 | extern void fat_mounted(ipc_callid_t, ipc_call_t *); |
201 | extern void fat_mount(ipc_callid_t, ipc_call_t *); |
201 | extern void fat_mount(ipc_callid_t, ipc_call_t *); |
202 | extern void fat_lookup(ipc_callid_t, ipc_call_t *); |
202 | extern void fat_lookup(ipc_callid_t, ipc_call_t *); |
203 | extern void fat_read(ipc_callid_t, ipc_call_t *); |
203 | extern void fat_read(ipc_callid_t, ipc_call_t *); |
204 | extern void fat_write(ipc_callid_t, ipc_call_t *); |
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 | extern fat_idx_t *fat_idx_get_by_pos(dev_handle_t, fat_cluster_t, unsigned); |
207 | extern fat_idx_t *fat_idx_get_by_pos(dev_handle_t, fat_cluster_t, unsigned); |
207 | extern fat_idx_t *fat_idx_get_by_index(dev_handle_t, fs_index_t); |
208 | extern fat_idx_t *fat_idx_get_by_index(dev_handle_t, fs_index_t); |
208 | 209 | ||
209 | extern int fat_idx_init(void); |
210 | extern int fat_idx_init(void); |