Ignore:
File:
1 edited

Legend:

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

    rc170438 r9ef495f  
    165165extern int async_create_callback_port(async_exch_t *, iface_t, sysarg_t,
    166166    sysarg_t, async_port_handler_t, void *, port_id_t *);
     167
     168extern void async_set_notification_handler_stack_size(size_t);
    167169
    168170extern int async_irq_subscribe(int, int, async_notification_handler_t, void *,
Note: See TracChangeset for help on using the changeset viewer.