Changeset 3be9d10 in mainline for uspace/srv/vfs/vfs.h
- Timestamp:
- 2018-03-21T21:29:31Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3e242d2
- Parents:
- eadaeae8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/vfs/vfs.h
readaeae8 r3be9d10 222 222 extern errno_t vfs_op_write(int fd, aoff64_t, size_t *out_bytes); 223 223 224 extern void vfs_register( ipc_callid_t, ipc_call_t *);225 226 extern void vfs_page_in( ipc_callid_t, ipc_call_t *);224 extern void vfs_register(cap_call_handle_t, ipc_call_t *); 225 226 extern void vfs_page_in(cap_call_handle_t, ipc_call_t *); 227 227 228 228 typedef struct { … … 233 233 extern errno_t vfs_rdwr_internal(int, aoff64_t, bool, rdwr_io_chunk_t *); 234 234 235 extern void vfs_connection( ipc_callid_t iid, ipc_call_t *icall, void *arg);235 extern void vfs_connection(cap_call_handle_t iid, ipc_call_t *icall, void *arg); 236 236 237 237 #endif
Note:
See TracChangeset
for help on using the changeset viewer.