Changeset 40257f5 in mainline for uspace/srv/fs/tmpfs/tmpfs.h
- Timestamp:
- 2008-06-05T22:49:54Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e32e092
- Parents:
- 32443b0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/tmpfs/tmpfs.h
r32443b0 r40257f5 61 61 extern fs_reg_t tmpfs_reg; 62 62 63 extern libfs_ops_t tmpfs_libfs_ops; 64 63 65 extern void tmpfs_mount(ipc_callid_t, ipc_call_t *); 64 66 extern void tmpfs_lookup(ipc_callid_t, ipc_call_t *); … … 68 70 extern void tmpfs_destroy(ipc_callid_t, ipc_call_t *); 69 71 72 extern bool tmpfs_restore(dev_handle_t); 73 70 74 #endif 71 75
Note:
See TracChangeset
for help on using the changeset viewer.