Changeset c20aa06 in mainline for uspace/srv/fs/tmpfs/tmpfs.h
- Timestamp:
- 2009-06-03T19:01:53Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 80e3c69
- Parents:
- 17fd1d4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/tmpfs/tmpfs.h
r17fd1d4 rc20aa06 87 87 extern void tmpfs_write(ipc_callid_t, ipc_call_t *); 88 88 extern void tmpfs_truncate(ipc_callid_t, ipc_call_t *); 89 extern void tmpfs_close(ipc_callid_t, ipc_call_t *); 89 90 extern void tmpfs_destroy(ipc_callid_t, ipc_call_t *); 91 extern void tmpfs_open_node(ipc_callid_t, ipc_call_t *); 92 extern void tmpfs_device(ipc_callid_t, ipc_call_t *); 93 extern void tmpfs_sync(ipc_callid_t, ipc_call_t *); 90 94 91 95 extern bool tmpfs_restore(dev_handle_t);
Note:
See TracChangeset
for help on using the changeset viewer.