Changes in uspace/lib/c/include/ipc/vfs.h [11baebb:9d58539] in mainline
- File:
-
- 1 edited
-
uspace/lib/c/include/ipc/vfs.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/ipc/vfs.h
r11baebb r9d58539 38 38 #include <ipc/common.h> 39 39 #include <sys/types.h> 40 #include < stdbool.h>40 #include <bool.h> 41 41 42 42 #define FS_NAME_MAXLEN 20 … … 82 82 VFS_IN_WAIT_HANDLE, 83 83 VFS_IN_MTAB_GET, 84 VFS_IN_STATFS85 84 } vfs_in_request_t; 86 85 … … 99 98 VFS_OUT_LOOKUP, 100 99 VFS_OUT_DESTROY, 101 VFS_OUT_STATFS,102 100 VFS_OUT_LAST 103 101 } vfs_out_request_t;
Note:
See TracChangeset
for help on using the changeset viewer.
