Changeset 51dbadf3 in mainline for libc/include/async.h
- Timestamp:
- 2006-06-06T07:42:20Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1890e312
- Parents:
- e9073f2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libc/include/async.h
re9073f2 r51dbadf3 99 99 void async_destroy_manager(void); 100 100 void async_set_client_connection(async_client_conn_t conn); 101 void async_set_interrupt_received(async_client_conn_t conn); 101 102 int _async_init(void); 102 103 /* Should be defined by application */104 void interrupt_received(ipc_call_t *call) __attribute__((weak));105 103 106 104
Note:
See TracChangeset
for help on using the changeset viewer.