Changeset c170438 in mainline for uspace/lib/c/include/async.h
- Timestamp:
- 2016-05-24T21:00:37Z (9 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2a7ba5e
- Parents:
- f570cdf
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/async.h
rf570cdf rc170438 165 165 extern int async_create_callback_port(async_exch_t *, iface_t, sysarg_t, 166 166 sysarg_t, async_port_handler_t, void *, port_id_t *); 167 168 extern void async_set_notification_handler_stack_size(size_t);169 167 170 168 extern int async_irq_subscribe(int, int, async_notification_handler_t, void *,
Note:
See TracChangeset
for help on using the changeset viewer.