Changeset 51dbadf3 in mainline for libc/include/async.h


Ignore:
Timestamp:
2006-06-06T07:42:20Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1890e312
Parents:
e9073f2
Message:

Added basic klog.
Added ipc tester.
TODO add serializing functions to psthread, so that the lines in klog won't intermix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libc/include/async.h

    re9073f2 r51dbadf3  
    9999void async_destroy_manager(void);
    100100void async_set_client_connection(async_client_conn_t conn);
     101void async_set_interrupt_received(async_client_conn_t conn);
    101102int _async_init(void);
    102 
    103 /* Should be defined by application */
    104 void interrupt_received(ipc_call_t *call)  __attribute__((weak));
    105103
    106104
Note: See TracChangeset for help on using the changeset viewer.