Changeset c170438 in mainline for uspace/lib/c/include
- Timestamp:
- 2016-05-24T21:00:37Z (10 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2a7ba5e
- Parents:
- f570cdf
- Location:
- uspace/lib/c/include
- Files:
-
- 2 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 *, -
uspace/lib/c/include/fibril.h
rf570cdf rc170438 78 78 79 79 fibril_owner_info_t *waits_for; 80 81 unsigned switches; 80 82 } fibril_t; 81 83
Note:
See TracChangeset
for help on using the changeset viewer.
