summaryrefslogtreecommitdiff
path: root/sys/arch/mac68k/include/intr.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/mac68k/include/intr.h')
-rw-r--r--sys/arch/mac68k/include/intr.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/mac68k/include/intr.h b/sys/arch/mac68k/include/intr.h
index 5acce0eb251..64364f25a09 100644
--- a/sys/arch/mac68k/include/intr.h
+++ b/sys/arch/mac68k/include/intr.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: intr.h,v 1.21 2010/04/23 03:50:22 miod Exp $ */
+/* $OpenBSD: intr.h,v 1.22 2011/03/23 16:54:36 pirofti Exp $ */
/* $NetBSD: intr.h,v 1.9 1998/08/12 06:58:42 scottr Exp $ */
/*
@@ -28,8 +28,8 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef _MAC68K_INTR_H_
-#define _MAC68K_INTR_H_
+#ifndef _MACHINE_INTR_H_
+#define _MACHINE_INTR_H_
#include <machine/psl.h>
@@ -121,4 +121,4 @@ struct intrhand {
};
#endif /* _KERNEL */
-#endif /* _MAC68K_INTR_H_ */
+#endif /* _MACHINE_INTR_H_ */