Changeset fc42b28 in mainline for libc/include/async.h
- Timestamp:
- 2006-05-31T15:08:41Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 440cff5
- Parents:
- 3f695aad
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libc/include/async.h
r3f695aad rfc42b28 5 5 #include <psthread.h> 6 6 #include <sys/time.h> 7 #include <atomic.h> 7 8 8 9 typedef ipc_callid_t aid_t; … … 27 28 void interrupt_received(ipc_call_t *call) __attribute__((weak)); 28 29 30 31 extern atomic_t async_futex; 32 29 33 #endif
Note:
See TracChangeset
for help on using the changeset viewer.