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/vga_post.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/vga_post.h')
-rw-r--r-- | sys/arch/i386/include/vga_post.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/i386/include/vga_post.h b/sys/arch/i386/include/vga_post.h index 36a9a2d4680..913fa68eff0 100644 --- a/sys/arch/i386/include/vga_post.h +++ b/sys/arch/i386/include/vga_post.h @@ -1,5 +1,5 @@ /* $NetBSD: vga_post.h,v 1.2 2008/03/29 17:40:22 jmcneill Exp $ */ -/* $OpenBSD: vga_post.h,v 1.1 2009/06/06 00:35:00 pirofti Exp $ */ +/* $OpenBSD: vga_post.h,v 1.2 2011/03/23 16:54:35 pirofti Exp $ */ /*- * Copyright (c) 2007 Joerg Sonnenberger <joerg@NetBSD.org>. @@ -30,8 +30,8 @@ * SUCH DAMAGE. */ -#ifndef _X86_VGA_POST_H_ -#define _X86_VGA_POST_H_ +#ifndef _MACHINE_VGA_POST_H_ +#define _MACHINE_VGA_POST_H_ #ifdef _KERNEL struct vga_post; |