summaryrefslogtreecommitdiff
path: root/sys/arch/amd64/include/i8259.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/amd64/include/i8259.h')
-rw-r--r--sys/arch/amd64/include/i8259.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/amd64/include/i8259.h b/sys/arch/amd64/include/i8259.h
index 5e3d2672a4e..0a686b99baf 100644
--- a/sys/arch/amd64/include/i8259.h
+++ b/sys/arch/amd64/include/i8259.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: i8259.h,v 1.2 2005/12/13 00:18:19 jsg Exp $ */
+/* $OpenBSD: i8259.h,v 1.3 2011/03/23 16:54:34 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 _X86_I8259_H_
-#define _X86_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_ */