Changes in uspace/lib/c/generic/private/async.h [3951046:4805495] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/private/async.h
r3951046 r4805495 1 1 /* 2 * Copyright (c) 2025 Jiri Svoboda3 2 * Copyright (c) 2006 Ondrej Palkovsky 4 3 * All rights reserved. … … 104 103 extern errno_t async_create_port_internal(iface_t, async_port_handler_t, 105 104 void *, port_id_t *); 106 extern async_port_handler_t async_get_interface_handler(iface_t, port_id_t, 107 void **); 105 extern async_port_handler_t async_get_port_handler(iface_t, port_id_t, void **); 108 106 109 107 extern void async_reply_received(ipc_call_t *);
Note:
See TracChangeset
for help on using the changeset viewer.