Changeset 44451ee in mainline for uspace/lib/c/include/ipc/vfs.h
- Timestamp:
- 2011-08-18T15:32:40Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 221ab41a
- Parents:
- 27b76ca
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/ipc/vfs.h
r27b76ca r44451ee 82 82 83 83 typedef enum { 84 VFS_OUT_READ = IPC_FIRST_USER_METHOD, 84 VFS_OUT_OPEN_NODE = IPC_FIRST_USER_METHOD, 85 VFS_OUT_READ, 85 86 VFS_OUT_WRITE, 86 87 VFS_OUT_TRUNCATE,
Note:
See TracChangeset
for help on using the changeset viewer.