Subversion Repositories HelenOS

Rev

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

Rev 4420 Rev 4439
Line 79... Line 79...
79
 
79
 
80
extern int fs_register(int, fs_reg_t *, vfs_info_t *, async_client_conn_t);
80
extern int fs_register(int, fs_reg_t *, vfs_info_t *, async_client_conn_t);
81
 
81
 
82
extern void fs_node_initialize(fs_node_t *);
82
extern void fs_node_initialize(fs_node_t *);
83
 
83
 
84
extern void libfs_mount(libfs_ops_t *, ipc_callid_t, ipc_call_t *);
84
extern void libfs_mount(libfs_ops_t *, fs_handle_t, ipc_callid_t, ipc_call_t *);
85
extern void libfs_lookup(libfs_ops_t *, fs_handle_t, ipc_callid_t, ipc_call_t *);
85
extern void libfs_lookup(libfs_ops_t *, fs_handle_t, ipc_callid_t, ipc_call_t *);
86
 
86
 
87
#endif
87
#endif
88
 
88
 
89
/** @}
89
/** @}