Changes in uspace/lib/c/include/vfs/vfs.h [bc56f30:09ab0a9a] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/vfs/vfs.h
rbc56f30 r09ab0a9a 33 33 */ 34 34 35 #ifndef _LIBC_VFS_H_36 #define _LIBC_VFS_H_35 #ifndef LIBC_VFS_H_ 36 #define LIBC_VFS_H_ 37 37 38 38 #include <stddef.h> … … 44 44 #include <async.h> 45 45 #include <offset.h> 46 47 #define VFS_MAX_OPEN_FILES 128 46 48 47 49 enum vfs_change_state_type {
Note:
See TracChangeset
for help on using the changeset viewer.