diff options
Diffstat (limited to 'sys/arch/i386/include/intr.h')
-rw-r--r-- | sys/arch/i386/include/intr.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/i386/include/intr.h b/sys/arch/i386/include/intr.h index f5f4e0d2e8a..015bea84f8c 100644 --- a/sys/arch/i386/include/intr.h +++ b/sys/arch/i386/include/intr.h @@ -1,4 +1,4 @@ -/* $OpenBSD: intr.h,v 1.41 2010/12/27 19:51:27 guenther Exp $ */ +/* $OpenBSD: intr.h,v 1.42 2011/03/23 16:54:35 pirofti Exp $ */ /* $NetBSD: intr.h,v 1.5 1996/05/13 06:11:28 mycroft Exp $ */ /* @@ -30,8 +30,8 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#ifndef _I386_INTR_H_ -#define _I386_INTR_H_ +#ifndef _MACHINE_INTR_H_ +#define _MACHINE_INTR_H_ #include <machine/intrdefs.h> @@ -194,4 +194,4 @@ do { \ } while (/*CONSTCOND*/ 0) #endif /* _LOCORE */ -#endif /* !_I386_INTR_H_ */ +#endif /* !_MACHINE_INTR_H_ */ |