Rev 2958 | Rev 3109 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2958 | Rev 3103 | ||
|---|---|---|---|
| Line 58... | Line 58... | ||
| 58 | void *data; /**< File content's if type is TMPFS_FILE. */ |
58 | void *data; /**< File content's if type is TMPFS_FILE. */ |
| 59 | } tmpfs_dentry_t; |
59 | } tmpfs_dentry_t; |
| 60 | 60 | ||
| 61 | extern fs_reg_t tmpfs_reg; |
61 | extern fs_reg_t tmpfs_reg; |
| 62 | 62 | ||
| - | 63 | extern libfs_ops_t tmpfs_libfs_ops; |
|
| - | 64 | ||
| 63 | extern void tmpfs_mount(ipc_callid_t, ipc_call_t *); |
65 | extern void tmpfs_mount(ipc_callid_t, ipc_call_t *); |
| 64 | extern void tmpfs_lookup(ipc_callid_t, ipc_call_t *); |
66 | extern void tmpfs_lookup(ipc_callid_t, ipc_call_t *); |
| 65 | extern void tmpfs_read(ipc_callid_t, ipc_call_t *); |
67 | extern void tmpfs_read(ipc_callid_t, ipc_call_t *); |
| 66 | extern void tmpfs_write(ipc_callid_t, ipc_call_t *); |
68 | extern void tmpfs_write(ipc_callid_t, ipc_call_t *); |
| 67 | extern void tmpfs_truncate(ipc_callid_t, ipc_call_t *); |
69 | extern void tmpfs_truncate(ipc_callid_t, ipc_call_t *); |
| 68 | extern void tmpfs_destroy(ipc_callid_t, ipc_call_t *); |
70 | extern void tmpfs_destroy(ipc_callid_t, ipc_call_t *); |
| 69 | 71 | ||
| - | 72 | extern bool tmpfs_restore(dev_handle_t); |
|
| - | 73 | ||
| 70 | #endif |
74 | #endif |
| 71 | 75 | ||
| 72 | /** |
76 | /** |
| 73 | * @} |
77 | * @} |
| 74 | */ |
78 | */ |