summaryrefslogtreecommitdiff
path: root/sys/arch/i386/include/i8259.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/i386/include/i8259.h')
-rw-r--r--sys/arch/i386/include/i8259.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/i386/include/i8259.h b/sys/arch/i386/include/i8259.h
index e9c887bf7bf..eea69eb0aa8 100644
--- a/sys/arch/i386/include/i8259.h
+++ b/sys/arch/i386/include/i8259.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: i8259.h,v 1.4 2006/04/14 22:26:46 weingart Exp $ */
+/* $OpenBSD: i8259.h,v 1.5 2011/03/23 16:54:35 pirofti Exp $ */
/* $NetBSD: i8259.h,v 1.3 2003/05/04 22:01:56 fvdl Exp $ */
/*-
@@ -35,8 +35,8 @@
* @(#)icu.h 5.6 (Berkeley) 5/9/91
*/
-#ifndef _I386_I8259_H_
-#define _I386_I8259_H_
+#ifndef _MACHINE_I8259_H_
+#define _MACHINE_I8259_H_
#include <dev/isa/isareg.h>
@@ -145,4 +145,4 @@ extern void i8259_reinit(void);
#endif /* ICU_HARDWARE_MASK */
#endif /* ICU_SPECIAL_MASK_MODE */
-#endif /* !_X86_I8259_H_ */
+#endif /* !_MACHINE_I8259_H_ */