Changeset 313b617 in mainline for kernel/generic/include/synch/spinlock.h
- Timestamp:
- 2010-05-26T18:04:55Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c8e99bb
- Parents:
- 3c664d6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/synch/spinlock.h
r3c664d6 r313b617 116 116 extern void spinlock_unlock_debug(spinlock_t *); 117 117 extern bool spinlock_locked(spinlock_t *); 118 extern bool spinlock_unlocked(spinlock_t *);119 118 120 119 /** Unlock spinlock … … 288 287 extern void irq_spinlock_exchange(irq_spinlock_t *, irq_spinlock_t *); 289 288 extern bool irq_spinlock_locked(irq_spinlock_t *); 290 extern bool irq_spinlock_unlocked(irq_spinlock_t *);291 289 292 290 #endif
Note:
See TracChangeset
for help on using the changeset viewer.