Changeset 1dff985 in mainline for uspace/lib/c/include/vfs/vfs.h
- Timestamp:
- 2017-03-03T21:32:38Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c577a9a
- Parents:
- 5b46ec8 (diff), b8dbe2f (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/vfs/vfs.h
r5b46ec8 r1dff985 64 64 extern void vfs_exchange_end(async_exch_t *); 65 65 66 extern int _vfs_walk(int parent, const char *path, int flags); 67 extern int _vfs_open(int file, int mode); 68 66 69 #endif 67 70
Note:
See TracChangeset
for help on using the changeset viewer.