Subversion Repositories HelenOS

Rev

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

Rev 2587 Rev 2589
Line 173... Line 173...
173
 
173
 
174
extern int vfs_lookup_internal(char *, size_t, vfs_triplet_t *, vfs_pair_t *);
174
extern int vfs_lookup_internal(char *, size_t, vfs_triplet_t *, vfs_pair_t *);
175
 
175
 
176
#define MAX_OPEN_FILES  128 
176
#define MAX_OPEN_FILES  128 
177
 
177
 
178
extern bool vfs_conn_open_files_init(void);
-
 
179
 
-
 
180
extern void vfs_register(ipc_callid_t, ipc_call_t *);
178
extern void vfs_register(ipc_callid_t, ipc_call_t *);
181
extern void vfs_mount(ipc_callid_t, ipc_call_t *);
179
extern void vfs_mount(ipc_callid_t, ipc_call_t *);
182
extern void vfs_open(ipc_callid_t, ipc_call_t *);
180
extern void vfs_open(ipc_callid_t, ipc_call_t *);
183
 
181
 
184
#endif
182
#endif