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


Ignore:
Timestamp:
2013-03-11T19:48:41Z (11 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
623bab8f
Parents:
e4d96e9
Message:

Allow user-specified fibril stack sizes.

  • Let the interrupt fibrils in the i8042 task use small stacks.
File:
1 edited

Legend:

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

    re4d96e9 rb4df8db  
    156156extern void async_set_client_connection(async_client_conn_t);
    157157extern void async_set_interrupt_received(async_interrupt_handler_t);
     158extern void async_set_interrupt_handler_stack_size(size_t);
    158159
    159160/*
Note: See TracChangeset for help on using the changeset viewer.