Subversion Repositories HelenOS

Rev

Rev 2643 | Rev 2789 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2643 Rev 2644
Line 136... Line 136...
136
 
136
 
137
extern fs_reg_t fat_reg;
137
extern fs_reg_t fat_reg;
138
 
138
 
139
extern void fat_lookup(ipc_callid_t, ipc_call_t *);
139
extern void fat_lookup(ipc_callid_t, ipc_call_t *);
140
 
140
 
141
/*
-
 
142
 * The following interfaces are rather fs-neutral and might be later moved to a
-
 
143
 * dedicated library (e.g. libfs). We just wait until the interfaces stabilize
-
 
144
 * and until there is more than one fs implementation.
-
 
145
 */
-
 
146
extern int block_read(int, unsigned long, void *);
-
 
147
extern int block_write(int, unsigned long, void *);
-
 
148
 
-
 
149
extern void node_add_mp(int, unsigned long);
-
 
150
extern void node_del_mp(int, unsigned long);
-
 
151
extern bool node_is_mp(int, unsigned long);
-
 
152
 
-
 
153
#endif
141
#endif
154
 
142
 
155
/**
143
/**
156
 * @}
144
 * @}
157
 */
145
 */