diff options
author | Paul Irofti <pirofti@cvs.openbsd.org> | 2011-03-23 16:54:38 +0000 |
---|---|---|
committer | Paul Irofti <pirofti@cvs.openbsd.org> | 2011-03-23 16:54:38 +0000 |
commit | 96b354137b8039e6c2ebd6f88c0008ecb2e4f20d (patch) | |
tree | b34cf5e18c5986eb1ce733aad820bd3ce42c6b46 /sys/arch/i386/include/i82093var.h | |
parent | d81ed92368684fcbb0e5ea3bcf868e6252a6ddda (diff) |
Normalize sentinel. Use _MACHINE_*_H_ and _<ARCH>_*_H_ properly and consitently.
Discussed and okay drahn@. Okay deraadt@.
Diffstat (limited to 'sys/arch/i386/include/i82093var.h')
-rw-r--r-- | sys/arch/i386/include/i82093var.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/i386/include/i82093var.h b/sys/arch/i386/include/i82093var.h index 3359f5b8fc8..ef7715b6f42 100644 --- a/sys/arch/i386/include/i82093var.h +++ b/sys/arch/i386/include/i82093var.h @@ -1,4 +1,4 @@ -/* $OpenBSD: i82093var.h,v 1.9 2009/08/22 02:54:50 mk Exp $ */ +/* $OpenBSD: i82093var.h,v 1.10 2011/03/23 16:54:35 pirofti Exp $ */ /* $NetBSD: i82093var.h,v 1.1 2003/02/26 21:26:10 fvdl Exp $ */ /*- @@ -32,8 +32,8 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#ifndef _I386_I82093VAR_H_ -#define _I386_I82093VAR_H_ +#ifndef _MACHINE_I82093VAR_H_ +#define _MACHINE_I82093VAR_H_ #include <machine/apicvar.h> @@ -98,4 +98,4 @@ extern struct ioapic_softc *ioapics; extern u_int16_t ioapic_id_map; extern u_int8_t ioapic_id_remap[]; -#endif /* !_I386_I82093VAR_H_ */ +#endif /* !_MACHINE_I82093VAR_H_ */ |