From 4953d0e707e86726b500ad1e34b245c6d5a6bac1 Mon Sep 17 00:00:00 2001 From: David Leonard Date: Fri, 8 Jan 1999 08:25:38 +0000 Subject: move spinlock.h into the real world --- sys/arch/hppa/include/spinlock.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 sys/arch/hppa/include/spinlock.h (limited to 'sys/arch/hppa') diff --git a/sys/arch/hppa/include/spinlock.h b/sys/arch/hppa/include/spinlock.h new file mode 100644 index 00000000000..a429cc3910b --- /dev/null +++ b/sys/arch/hppa/include/spinlock.h @@ -0,0 +1,10 @@ +/* $OpenBSD: spinlock.h,v 1.1 1999/01/08 08:25:34 d Exp $ */ + +#ifndef _MACHINE_SPINLOCK_H_ +#define _MACHINE_SPINLOCK_H_ + +#define _SPINLOCK_UNLOCKED (1) +#define _SPINLOCK_LOCKED (0) +typedef int _spinlock_lock_t; + +#endif -- cgit v1.2.3