summaryrefslogtreecommitdiff
path: root/sys/arch/mac68k/include/reg.h
diff options
context:
space:
mode:
authorgene <gene@cvs.openbsd.org>1997-11-30 06:12:37 +0000
committergene <gene@cvs.openbsd.org>1997-11-30 06:12:37 +0000
commitd38ea97d5692fd273af6f1bb45f6fcbd1cc78c45 (patch)
tree55df065fcb9af5fddde30aaf3aa93f1c2bbd92e8 /sys/arch/mac68k/include/reg.h
parent9e65d69d88fc84d29b4d23a4607b0a3291e32c32 (diff)
Canonify the _*_H_ namespace appropriately.
Also, clean up comments and wrap with _KERNEL correctly.
Diffstat (limited to 'sys/arch/mac68k/include/reg.h')
-rw-r--r--sys/arch/mac68k/include/reg.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/mac68k/include/reg.h b/sys/arch/mac68k/include/reg.h
index 4dcadc4fd9c..a8765eb7f05 100644
--- a/sys/arch/mac68k/include/reg.h
+++ b/sys/arch/mac68k/include/reg.h
@@ -1,8 +1,8 @@
-/* $OpenBSD: reg.h,v 1.3 1996/05/26 18:36:02 briggs Exp $ */
+/* $OpenBSD: reg.h,v 1.4 1997/11/30 06:12:35 gene Exp $ */
/* $NetBSD: reg.h,v 1.10 1996/05/05 06:18:00 briggs Exp $ */
-#ifndef _REG_MACHINE_
-#define _REG_MACHINE_
+#ifndef _MAC68K_REG_H_
+#define _MAC68K_REG_H_
#include <machine/frame.h>
#include <m68k/reg.h>
@@ -12,4 +12,4 @@ __BEGIN_DECLS
void regdump __P((struct frame *, int));
__END_DECLS
-#endif /* _REG_MACHINE_ */
+#endif /* _MAC68K_REG_H_ */