Rev 3597 | Rev 3623 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 3597 | Rev 3612 | ||
|---|---|---|---|
| Line 202... | Line 202... | ||
| 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 | extern void fat_truncate(ipc_callid_t, ipc_call_t *); |
| 206 | 206 | ||
| - | 207 | extern fat_idx_t *fat_idx_get_new(dev_handle_t); |
|
| 207 | extern fat_idx_t *fat_idx_get_by_pos(dev_handle_t, fat_cluster_t, unsigned); |
208 | extern fat_idx_t *fat_idx_get_by_pos(dev_handle_t, fat_cluster_t, unsigned); |
| 208 | extern fat_idx_t *fat_idx_get_by_index(dev_handle_t, fs_index_t); |
209 | extern fat_idx_t *fat_idx_get_by_index(dev_handle_t, fs_index_t); |
| 209 | 210 | ||
| 210 | extern int fat_idx_init(void); |
211 | extern int fat_idx_init(void); |
| 211 | extern void fat_idx_fini(void); |
212 | extern void fat_idx_fini(void); |