summaryrefslogtreecommitdiff
path: root/sys/arch/mac68k/include/asm.h
diff options
context:
space:
mode:
authorgene <gene@cvs.openbsd.org>1997-11-30 06:10:39 +0000
committergene <gene@cvs.openbsd.org>1997-11-30 06:10:39 +0000
commit8ea4507ab737632dbe77c8e6f4eeba486c3fa974 (patch)
tree850d43c4bca54f385e98362b6bd49eb888192467 /sys/arch/mac68k/include/asm.h
parentc38e0feb6b313449fd0763bf4ac87b3976bf8741 (diff)
Add multiple inclusion protection, clean up comments, and wrap with _KERNEL
where appropriate. Note that this buys us notable speed boosts on a machine as slow as the mac68k.
Diffstat (limited to 'sys/arch/mac68k/include/asm.h')
-rw-r--r--sys/arch/mac68k/include/asm.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/arch/mac68k/include/asm.h b/sys/arch/mac68k/include/asm.h
index 95e715f052f..e8e1274d44e 100644
--- a/sys/arch/mac68k/include/asm.h
+++ b/sys/arch/mac68k/include/asm.h
@@ -1,4 +1,9 @@
-/* $OpenBSD: asm.h,v 1.2 1996/05/26 18:35:44 briggs Exp $ */
+/* $OpenBSD: asm.h,v 1.3 1997/11/30 06:10:29 gene Exp $ */
/* $NetBSD: asm.h,v 1.2 1994/10/26 08:46:25 cgd Exp $ */
+#ifndef _MAC68K_ASM_H_
+#define _MAC68K_ASM_H_
+
#include <m68k/asm.h>
+
+#endif