Changes in uspace/srv/vfs/vfs.h [a46e56b:84239b1] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/vfs/vfs.h
ra46e56b r84239b1 222 222 extern errno_t vfs_op_write(int fd, aoff64_t, size_t *out_bytes); 223 223 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 *);224 extern void vfs_register(ipc_callid_t, ipc_call_t *); 225 226 extern void vfs_page_in(ipc_callid_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( cap_call_handle_t icall_handle, ipc_call_t *icall, void *arg);235 extern void vfs_connection(ipc_callid_t iid, ipc_call_t *icall, void *arg); 236 236 237 237 #endif
Note:
See TracChangeset
for help on using the changeset viewer.