Rev 3153 | Rev 3561 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3153 | Rev 3403 | ||
---|---|---|---|
Line 220... | Line 220... | ||
220 | extern fs_reg_t fat_reg; |
220 | extern fs_reg_t fat_reg; |
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 | 226 | ||
226 | extern fat_idx_t *fat_idx_get_by_pos(dev_handle_t, fat_cluster_t, unsigned); |
227 | extern fat_idx_t *fat_idx_get_by_pos(dev_handle_t, fat_cluster_t, unsigned); |
227 | extern fat_idx_t *fat_idx_get_by_index(dev_handle_t, fs_index_t); |
228 | extern fat_idx_t *fat_idx_get_by_index(dev_handle_t, fs_index_t); |
228 | 229 | ||
229 | extern int fat_idx_init(void); |
230 | extern int fat_idx_init(void); |