Subversion Repositories HelenOS

Rev

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

Rev 2658 Rev 2666
Line 60... Line 60...
60
 
60
 
61
extern fs_reg_t tmpfs_reg;
61
extern fs_reg_t tmpfs_reg;
62
 
62
 
63
extern void tmpfs_lookup(ipc_callid_t, ipc_call_t *);
63
extern void tmpfs_lookup(ipc_callid_t, ipc_call_t *);
64
extern void tmpfs_read(ipc_callid_t, ipc_call_t *);
64
extern void tmpfs_read(ipc_callid_t, ipc_call_t *);
-
 
65
extern void tmpfs_write(ipc_callid_t, ipc_call_t *);
65
 
66
 
66
#endif
67
#endif
67
 
68
 
68
/**
69
/**
69
 * @}
70
 * @}