Changeset cde485d in mainline for uspace/srv/fs/fat/fat.h
- Timestamp:
- 2008-06-06T20:23:02Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b7b6753
- Parents:
- f49b0ea
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/fat/fat.h
rf49b0ea rcde485d 218 218 extern fs_reg_t fat_reg; 219 219 220 extern void fat_mounted(ipc_callid_t, ipc_call_t *); 221 extern void fat_mount(ipc_callid_t, ipc_call_t *); 220 222 extern void fat_lookup(ipc_callid_t, ipc_call_t *); 221 223 222 224 extern fat_idx_t *fat_idx_get_by_pos(dev_handle_t, fat_cluster_t, unsigned); 223 225 extern fat_idx_t *fat_idx_get_by_index(dev_handle_t, fs_index_t); 226 227 extern int fat_idx_init(void); 228 extern void fat_idx_fini(void); 229 extern int fat_idx_init_by_dev_handle(dev_handle_t); 230 extern void fat_idx_fini_by_dev_handle(dev_handle_t); 224 231 225 232 #endif
Note:
See TracChangeset
for help on using the changeset viewer.