Changeset eca9fd0 in mainline for uspace/lib/c/include/vfs/vfs.h
- Timestamp:
- 2017-03-07T17:00:09Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 48178b56
- Parents:
- 930f5c3
- git-author:
- Jiri Zarevucky <zarevucky.jiri@…> (2017-03-07 17:00:09)
- git-committer:
- Jakub Jermar <jakub@…> (2017-03-07 17:00:09)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/vfs/vfs.h
r930f5c3 reca9fd0 65 65 extern int _vfs_walk(int parent, const char *path, int flags); 66 66 extern int _vfs_open(int file, int mode); 67 extern int vfs_lookup(const char *path); 67 68 68 69 extern int vfs_pass_handle(async_exch_t *vfs_exch, int file, async_exch_t *exch);
Note:
See TracChangeset
for help on using the changeset viewer.