diff options
Diffstat (limited to 'sys/arch/mac68k/include/viareg.h')
-rw-r--r-- | sys/arch/mac68k/include/viareg.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/mac68k/include/viareg.h b/sys/arch/mac68k/include/viareg.h index 4fc3dc5c32e..52ad5f10686 100644 --- a/sys/arch/mac68k/include/viareg.h +++ b/sys/arch/mac68k/include/viareg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: viareg.h,v 1.19 2007/09/10 20:29:48 miod Exp $ */ +/* $OpenBSD: viareg.h,v 1.20 2011/03/23 16:54:36 pirofti Exp $ */ /* $NetBSD: viareg.h,v 1.6 1997/02/28 07:41:41 scottr Exp $ */ /*- @@ -38,8 +38,8 @@ /* * Prototype VIA control definitions */ -#ifndef _MAC68K_VIAREG_H_ -#define _MAC68K_VIAREG_H_ +#ifndef _MACHINE_VIAREG_H_ +#define _MACHINE_VIAREG_H_ /* VIA1 data register A */ #define DA1I_vSCCWrReq 0x80 @@ -219,4 +219,4 @@ void via1_register_irq(int, int (*)(void *), void *, const char *); int via2_register_irq(struct via2hand *, const char *); #endif /* _KERNEL */ -#endif /* _MAC68K_VIAREG_H_ */ +#endif /* _MACHINE_VIAREG_H_ */ |