summaryrefslogtreecommitdiff
path: root/lib/libc_r/arch/mips/_spinlock.h
blob: 06f9ffeb54033a3e996ee39b974c11c4c0c962cd (plain)
1
2
3
4
5
6
/*	$OpenBSD: _spinlock.h,v 1.1 1998/12/21 07:37:00 d Exp $	*/

#define _SPINLOCK_UNLOCKED	(0)
#define _SPINLOCK_LOCKED	(1)
typedef int _spinlock_lock_t;