diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2006-05-29 17:13:20 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2006-05-29 17:13:20 +0000 |
commit | 22306749731e2bce8451f0e12fe15dcc4eb73195 (patch) | |
tree | 6bf990a0d3fbb93a1174abf7aeb967b47d0ea378 /sys/arch/armish/include/spinlock.h | |
parent | e3327ac00759f19adfcdb42261ba471fc32b4e93 (diff) |
Add a new port for ARM based products from a variety of vendors, typically
using Redboot as a loader and using pci, that have a variety of fairly minor
hardware differences between them.
Diffstat (limited to 'sys/arch/armish/include/spinlock.h')
-rw-r--r-- | sys/arch/armish/include/spinlock.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sys/arch/armish/include/spinlock.h b/sys/arch/armish/include/spinlock.h new file mode 100644 index 00000000000..f9b55586ad6 --- /dev/null +++ b/sys/arch/armish/include/spinlock.h @@ -0,0 +1,7 @@ + +/* $OpenBSD: spinlock.h,v 1.1 2006/05/29 17:13:19 drahn Exp $ */ +#ifndef _ARMISH_SPINLOCK_H_ +#define _ARMISH_SPINLOCK_H_ +#include <arm/spinlock.h> +#endif /* _ARMISH_SPINLOCK_H_ */ + |