Changeset 78bb04b in mainline for uspace/lib/c/include/async.h
- Timestamp:
- 2015-08-22T14:11:58Z (10 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0dd16778
- Parents:
- fc22069
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/async.h
rfc22069 r78bb04b 165 165 port_id_t *); 166 166 extern void async_set_fallback_port_handler(async_port_handler_t, void *); 167 extern int async_create_callback_port(async_exch_t *, iface_t, sysarg_t, 168 sysarg_t, async_port_handler_t, void *, port_id_t *); 169 167 170 extern void async_set_notification_handler_stack_size(size_t); 168 171
Note:
See TracChangeset
for help on using the changeset viewer.