Changeset 78bb04b in mainline for uspace/lib/c/include/async.h


Ignore:
Timestamp:
2015-08-22T14:11:58Z (10 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0dd16778
Parents:
fc22069
Message:

introduce ports for callback connections

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/async.h

    rfc22069 r78bb04b  
    165165    port_id_t *);
    166166extern void async_set_fallback_port_handler(async_port_handler_t, void *);
     167extern int async_create_callback_port(async_exch_t *, iface_t, sysarg_t,
     168    sysarg_t, async_port_handler_t, void *, port_id_t *);
     169
    167170extern void async_set_notification_handler_stack_size(size_t);
    168171
Note: See TracChangeset for help on using the changeset viewer.