Changeset fdb7795 in mainline for uspace/srv/fs/tmpfs/tmpfs.h
- Timestamp:
- 2008-02-25T22:22:57Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6c441cf8
- Parents:
- 07e01e6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/tmpfs/tmpfs.h
r07e01e6 rfdb7795 65 65 extern void tmpfs_write(ipc_callid_t, ipc_call_t *); 66 66 extern void tmpfs_truncate(ipc_callid_t, ipc_call_t *); 67 extern void tmpfs_ free(ipc_callid_t, ipc_call_t *);67 extern void tmpfs_destroy(ipc_callid_t, ipc_call_t *); 68 68 69 69 #endif
Note:
See TracChangeset
for help on using the changeset viewer.