Changeset da0c91e7 in mainline for libc/include/async.h


Ignore:
Timestamp:
2006-06-01T23:01:44Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
46bd593f
Parents:
c1d2c9d
Message:

Added very preliminary support for console on architectures
that do not support framebuffer.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libc/include/async.h

    rc1d2c9d rda0c91e7  
    3636
    3737typedef ipc_callid_t aid_t;
     38typedef void (*async_client_conn_t)(ipc_callid_t callid, ipc_call_t *call);
    3839
    3940int async_manager(void);
     
    7374void async_create_manager(void);
    7475void async_destroy_manager(void);
     76void async_set_client_connection(async_client_conn_t conn);
    7577int _async_init(void);
    7678
    7779/* Should be defined by application */
    78 void client_connection(ipc_callid_t callid, ipc_call_t *call) __attribute__((weak));
    7980void interrupt_received(ipc_call_t *call)  __attribute__((weak));
    8081
Note: See TracChangeset for help on using the changeset viewer.