Rev 1552 | Rev 1610 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1552 | Rev 1596 | ||
---|---|---|---|
Line 96... | Line 96... | ||
96 | void (*cthread)(ipc_callid_t,ipc_call_t *)); |
96 | void (*cthread)(ipc_callid_t,ipc_call_t *)); |
97 | void async_usleep(suseconds_t timeout); |
97 | void async_usleep(suseconds_t timeout); |
98 | void async_create_manager(void); |
98 | void async_create_manager(void); |
99 | void async_destroy_manager(void); |
99 | void async_destroy_manager(void); |
100 | void async_set_client_connection(async_client_conn_t conn); |
100 | void async_set_client_connection(async_client_conn_t conn); |
- | 101 | void async_set_interrupt_received(async_client_conn_t conn); |
|
101 | int _async_init(void); |
102 | int _async_init(void); |
102 | 103 | ||
103 | /* Should be defined by application */ |
- | |
104 | void interrupt_received(ipc_call_t *call) __attribute__((weak)); |
- | |
105 | - | ||
106 | 104 | ||
107 | extern atomic_t async_futex; |
105 | extern atomic_t async_futex; |
108 | 106 | ||
109 | #endif |
107 | #endif |