Changeset 2c2d54a in mainline for uspace/srv/vfs/vfs.h
- Timestamp:
- 2016-09-02T17:58:05Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4c3602c4
- Parents:
- 4bf0926e (diff), 3233adb (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/srv/vfs/vfs.h
r4bf0926e r2c2d54a 224 224 extern void vfs_statfs(ipc_callid_t, ipc_call_t *); 225 225 226 extern void vfs_page_in(ipc_callid_t, ipc_call_t *); 227 228 typedef struct { 229 void *buffer; 230 size_t size; 231 } rdwr_io_chunk_t; 232 233 extern int vfs_rdwr_internal(int, bool, rdwr_io_chunk_t *); 234 226 235 #endif 227 236
Note:
See TracChangeset
for help on using the changeset viewer.