Changeset 6364d3c in mainline for uspace/srv/fs/fat/fat.h
- Timestamp:
- 2007-12-04T20:29:55Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9119d25
- Parents:
- 38c706cc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/fat/fat.h
r38c706cc r6364d3c 136 136 extern uint8_t *plb_ro; 137 137 138 extern void fat_lookup(ipc_callid_t, ipc_call_t *); 139 140 /* 141 * The following interfaces are rather fs-neutral and might be later moved to a 142 * dedicated library (e.g. libfs). We just wait until the interfaces stabilize 143 * and until there is more than one fs implementation. 144 */ 138 145 extern int block_read(int, unsigned long, void *); 146 extern int block_write(int, unsigned long, void *); 139 147 140 extern void fat_lookup(ipc_callid_t, ipc_call_t *); 148 extern void node_add_mp(int, unsigned long); 149 extern void node_del_mp(int, unsigned long); 150 extern bool node_is_mp(int, unsigned long); 141 151 142 152 #endif
Note:
See TracChangeset
for help on using the changeset viewer.