Rev 3307 | Rev 3505 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3307 | Rev 3497 | ||
---|---|---|---|
Line 221... | Line 221... | ||
221 | 221 | ||
222 | extern void fat_mounted(ipc_callid_t, ipc_call_t *); |
222 | extern void fat_mounted(ipc_callid_t, ipc_call_t *); |
223 | extern void fat_mount(ipc_callid_t, ipc_call_t *); |
223 | extern void fat_mount(ipc_callid_t, ipc_call_t *); |
224 | extern void fat_lookup(ipc_callid_t, ipc_call_t *); |
224 | extern void fat_lookup(ipc_callid_t, ipc_call_t *); |
225 | extern void fat_read(ipc_callid_t, ipc_call_t *); |
225 | extern void fat_read(ipc_callid_t, ipc_call_t *); |
- | 226 | extern void fat_write(ipc_callid_t, ipc_call_t *); |
|
226 | 227 | ||
227 | extern fat_idx_t *fat_idx_get_by_pos(dev_handle_t, fat_cluster_t, unsigned); |
228 | extern fat_idx_t *fat_idx_get_by_pos(dev_handle_t, fat_cluster_t, unsigned); |
228 | extern fat_idx_t *fat_idx_get_by_index(dev_handle_t, fs_index_t); |
229 | extern fat_idx_t *fat_idx_get_by_index(dev_handle_t, fs_index_t); |
229 | 230 | ||
230 | extern int fat_idx_init(void); |
231 | extern int fat_idx_init(void); |