Changeset d5c1051 in mainline for uspace/lib/c/include/async.h
- Timestamp:
- 2017-12-20T22:25:34Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 39b54fe
- Parents:
- 8610c2c
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2017-12-20 22:22:29)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2017-12-20 22:25:34)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/async.h
r8610c2c rd5c1051 170 170 extern int async_irq_subscribe(int, async_notification_handler_t, void *, 171 171 const irq_code_t *, cap_handle_t *); 172 extern int async_irq_unsubscribe( int);172 extern int async_irq_unsubscribe(cap_handle_t); 173 173 174 174 extern int async_event_subscribe(event_type_t, async_notification_handler_t,
Note:
See TracChangeset
for help on using the changeset viewer.