Changeset ff8c87c in mainline for uspace/lib/c/include/ipc/vfs.h
- Timestamp:
- 2013-07-24T22:51:59Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0ed9cb6
- Parents:
- 9b48c06
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/ipc/vfs.h
r9b48c06 rff8c87c 63 63 64 64 typedef enum { 65 VFS_IN_OPEN = IPC_FIRST_USER_METHOD, 66 VFS_IN_READ, 65 VFS_IN_READ = IPC_FIRST_USER_METHOD, 67 66 VFS_IN_WRITE, 68 67 VFS_IN_SEEK,
Note:
See TracChangeset
for help on using the changeset viewer.