Changeset 53ca318 in mainline for libc/include/async.h
- Timestamp:
- 2006-05-23T11:01:31Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8c6b45f
- Parents:
- 07d960a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libc/include/async.h
r07d960a r53ca318 3 3 4 4 #include <ipc/ipc.h> 5 #include <psthread.h> 5 6 6 7 int async_manager(void); … … 11 12 12 13 /* Should be defined by application */ 14 pstid_t async_new_connection(ipc_callid_t callid, ipc_call_t *call, 15 void (*cthread)(ipc_callid_t,ipc_call_t *)); 13 16 void client_connection(ipc_callid_t callid, ipc_call_t *call) __attribute__((weak)); 14 17
Note:
See TracChangeset
for help on using the changeset viewer.