diff options
-rw-r--r-- | sys/arch/amiga/include/spinlock.h | 3 | ||||
-rw-r--r-- | sys/arch/atari/include/spinlock.h | 3 | ||||
-rw-r--r-- | sys/arch/hp300/include/spinlock.h | 3 | ||||
-rw-r--r-- | sys/arch/mac68k/include/spinlock.h | 3 | ||||
-rw-r--r-- | sys/arch/mvme68k/include/spinlock.h | 3 | ||||
-rw-r--r-- | sys/arch/sun3/include/spinlock.h | 3 |
6 files changed, 18 insertions, 0 deletions
diff --git a/sys/arch/amiga/include/spinlock.h b/sys/arch/amiga/include/spinlock.h new file mode 100644 index 00000000000..ef70517a7dc --- /dev/null +++ b/sys/arch/amiga/include/spinlock.h @@ -0,0 +1,3 @@ +/* $OpenBSD: spinlock.h,v 1.1 1999/01/21 02:59:33 millert Exp $ */ + +#include <m68k/spinlock.h> diff --git a/sys/arch/atari/include/spinlock.h b/sys/arch/atari/include/spinlock.h new file mode 100644 index 00000000000..ef70517a7dc --- /dev/null +++ b/sys/arch/atari/include/spinlock.h @@ -0,0 +1,3 @@ +/* $OpenBSD: spinlock.h,v 1.1 1999/01/21 02:59:33 millert Exp $ */ + +#include <m68k/spinlock.h> diff --git a/sys/arch/hp300/include/spinlock.h b/sys/arch/hp300/include/spinlock.h new file mode 100644 index 00000000000..ef70517a7dc --- /dev/null +++ b/sys/arch/hp300/include/spinlock.h @@ -0,0 +1,3 @@ +/* $OpenBSD: spinlock.h,v 1.1 1999/01/21 02:59:33 millert Exp $ */ + +#include <m68k/spinlock.h> diff --git a/sys/arch/mac68k/include/spinlock.h b/sys/arch/mac68k/include/spinlock.h new file mode 100644 index 00000000000..46634aefed3 --- /dev/null +++ b/sys/arch/mac68k/include/spinlock.h @@ -0,0 +1,3 @@ +/* $OpenBSD: spinlock.h,v 1.1 1999/01/21 02:59:34 millert Exp $ */ + +#include <m68k/spinlock.h> diff --git a/sys/arch/mvme68k/include/spinlock.h b/sys/arch/mvme68k/include/spinlock.h new file mode 100644 index 00000000000..46634aefed3 --- /dev/null +++ b/sys/arch/mvme68k/include/spinlock.h @@ -0,0 +1,3 @@ +/* $OpenBSD: spinlock.h,v 1.1 1999/01/21 02:59:34 millert Exp $ */ + +#include <m68k/spinlock.h> diff --git a/sys/arch/sun3/include/spinlock.h b/sys/arch/sun3/include/spinlock.h new file mode 100644 index 00000000000..46634aefed3 --- /dev/null +++ b/sys/arch/sun3/include/spinlock.h @@ -0,0 +1,3 @@ +/* $OpenBSD: spinlock.h,v 1.1 1999/01/21 02:59:34 millert Exp $ */ + +#include <m68k/spinlock.h> |