[BACK]Return to spinlock.h CVS log [TXT][DIR] Up to [local] / sys / arch / mips64 / include

Annotation of sys/arch/mips64/include/spinlock.h, Revision 1.1

1.1     ! nbrk        1: /*     $OpenBSD: spinlock.h,v 1.2 2004/08/10 21:10:56 pefo Exp $       */
        !             2:  /* Public domain */
        !             3:
        !             4: #ifndef _MIPS_SPINLOCK_H_
        !             5: #define _MIPS_SPINLOCK_H_
        !             6:
        !             7: #define _SPINLOCK_UNLOCKED     (0)
        !             8: #define _SPINLOCK_LOCKED       (1)
        !             9: typedef int _spinlock_lock_t;
        !            10:
        !            11: #endif /* !_MIPS_SPINLOCK_H_ */

CVSweb