Changeset ff48a15 in mainline for kernel/generic/include/ipc/ipc.h
- Timestamp:
- 2008-05-28T20:47:45Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 33c058d3
- Parents:
- 10ef329a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/ipc/ipc.h
r10ef329a rff48a15 206 206 #define IPC_MAX_PHONES 16 207 207 208 #include <synch/spinlock.h> 209 #include <synch/mutex.h> 208 210 #include <synch/waitq.h> 209 211 … … 226 228 /** Structure identifying phone (in TASK structure) */ 227 229 typedef struct { 228 SPINLOCK_DECLARE(lock);230 mutex_t lock; 229 231 link_t link; 230 232 struct answerbox *callee;
Note:
See TracChangeset
for help on using the changeset viewer.