Changes in contrib/arch/uspace/srv/vfs/vfs.adl [4979403:96b02eb9] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
contrib/arch/uspace/srv/vfs/vfs.adl
r4979403 r96b02eb9 4 4 5 5 /* Mount filesystem */ 6 sysarg_t mount(in sysarg_t device, in sysarg_t flags, in sysarg_t instance, in_copy string point, in_copy string opts, in_copy string fs);6 sysarg_t mount(in sysarg_t device, in sysarg_t flags, in_copy string point, in_copy string opts, in_copy string fs); 7 7 8 8 /* Open file */ … … 56 56 57 57 /* Mount filesystem */ 58 sysarg_t mount(in sysarg_t device, in sysarg_t flags, in sysarg_t instance, in_copy string point, in_copy string opts, ...);58 sysarg_t mount(in sysarg_t device, in sysarg_t flags, in_copy string point, in_copy string opts, ...); 59 59 60 60 /* Open file by node */
Note:
See TracChangeset
for help on using the changeset viewer.