diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2004-12-31 00:04:36 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2004-12-31 00:04:36 +0000 |
commit | 58f7a10b6910b18b245ca5e6995173777513987b (patch) | |
tree | c6218832926b034e575fd8c647a0abed5f29a716 /sys/arch/zaurus/include/spinlock.h | |
parent | 3e2923d918820b57513c2f1a63841ef8a23bbd26 (diff) |
Port of OpenBSD to the Zaurus, currently running on C860, soon C3000.
Diffstat (limited to 'sys/arch/zaurus/include/spinlock.h')
-rw-r--r-- | sys/arch/zaurus/include/spinlock.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/arch/zaurus/include/spinlock.h b/sys/arch/zaurus/include/spinlock.h new file mode 100644 index 00000000000..7fad72549b4 --- /dev/null +++ b/sys/arch/zaurus/include/spinlock.h @@ -0,0 +1,6 @@ + +/* $OpenBSD: spinlock.h,v 1.1 2004/12/31 00:04:35 drahn Exp $ */ +#ifndef _CATS_SPINLOCK_H_ +#define _CATS_SPINLOCK_H_ +#include <arm/spinlock.h> +#endif _CATS_SPINLOCK_H_ |