Changeset 0ee4322 in mainline for uspace/srv/fs/tmpfs/tmpfs.h
- Timestamp:
- 2008-01-13T13:19:37Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d0dc74ae
- Parents:
- 4fb6bf36
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/tmpfs/tmpfs.h
r4fb6bf36 r0ee4322 1 1 /* 2 * Copyright (c) 200 7Jakub Jermar2 * Copyright (c) 2008 Jakub Jermar 3 3 * All rights reserved. 4 4 * … … 64 64 extern void tmpfs_read(ipc_callid_t, ipc_call_t *); 65 65 extern void tmpfs_write(ipc_callid_t, ipc_call_t *); 66 extern void tmpfs_truncate(ipc_callid_t, ipc_call_t *); 66 67 67 68 #endif
Note:
See TracChangeset
for help on using the changeset viewer.