Changeset 35b7d86e in mainline for uspace/lib/c/include
- Timestamp:
- 2017-03-13T20:33:06Z (9 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8ffedd8
- Parents:
- ea56098
- Location:
- uspace/lib/c/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/ipc/vfs.h
rea56098 r35b7d86e 69 69 VFS_IN_FSTAT, 70 70 VFS_IN_CLOSE, 71 VFS_IN_PING,72 71 VFS_IN_MOUNT, 73 72 VFS_IN_UNMOUNT, … … 78 77 VFS_IN_DUP, 79 78 VFS_IN_WAIT_HANDLE, 80 VFS_IN_MTAB_GET,81 79 VFS_IN_STATFS, 82 80 VFS_IN_WALK, -
uspace/lib/c/include/vfs/vfs.h
rea56098 r35b7d86e 42 42 #include <stdio.h> 43 43 #include <async.h> 44 #include "vfs_mtab.h"45 46 44 47 45 enum vfs_change_state_type { 48 46 VFS_PASS_HANDLE 49 47 }; 50 51 48 52 49 extern char *vfs_absolutize(const char *, size_t *);
Note:
See TracChangeset
for help on using the changeset viewer.
