summaryrefslogtreecommitdiff
path: root/sys/arch/zaurus/include/intr.h
diff options
context:
space:
mode:
authorPaul Irofti <pirofti@cvs.openbsd.org>2011-03-23 16:54:38 +0000
committerPaul Irofti <pirofti@cvs.openbsd.org>2011-03-23 16:54:38 +0000
commit96b354137b8039e6c2ebd6f88c0008ecb2e4f20d (patch)
treeb34cf5e18c5986eb1ce733aad820bd3ce42c6b46 /sys/arch/zaurus/include/intr.h
parentd81ed92368684fcbb0e5ea3bcf868e6252a6ddda (diff)
Normalize sentinel. Use _MACHINE_*_H_ and _<ARCH>_*_H_ properly and consitently.
Discussed and okay drahn@. Okay deraadt@.
Diffstat (limited to 'sys/arch/zaurus/include/intr.h')
-rw-r--r--sys/arch/zaurus/include/intr.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/zaurus/include/intr.h b/sys/arch/zaurus/include/intr.h
index b1e0feb0442..a2c69799f6d 100644
--- a/sys/arch/zaurus/include/intr.h
+++ b/sys/arch/zaurus/include/intr.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: intr.h,v 1.9 2010/04/23 03:50:22 miod Exp $ */
+/* $OpenBSD: intr.h,v 1.10 2011/03/23 16:54:37 pirofti Exp $ */
/* $NetBSD: intr.h,v 1.12 2003/06/16 20:00:59 thorpej Exp $ */
/*
@@ -36,8 +36,8 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef _EVBARM_INTR_H_
-#define _EVBARM_INTR_H_
+#ifndef _MACHINE_INTR_H_
+#define _MACHINE_INTR_H_
#ifdef _KERNEL
@@ -101,5 +101,5 @@
#endif /* _KERNEL */
-#endif /* _EVBARM_INTR_H_ */
+#endif /* _MACHINE_INTR_H_ */