diff options
Diffstat (limited to 'sys/arch/hp300/dev/grfreg.h')
-rw-r--r-- | sys/arch/hp300/dev/grfreg.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/hp300/dev/grfreg.h b/sys/arch/hp300/dev/grfreg.h index 94d907a129e..eee0fddde89 100644 --- a/sys/arch/hp300/dev/grfreg.h +++ b/sys/arch/hp300/dev/grfreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: grfreg.h,v 1.3 2003/06/02 23:27:44 millert Exp $ */ +/* $OpenBSD: grfreg.h,v 1.4 2005/01/14 19:11:53 miod Exp $ */ /* $NetBSD: grfreg.h,v 1.2 1994/10/26 07:24:09 cgd Exp $ */ /* @@ -59,6 +59,7 @@ #define GID_YGENESIS 13 #define GID_HYPERION 14 +#ifndef _LOCORE typedef unsigned char grftype; struct grfreg { @@ -87,3 +88,4 @@ struct grfreg { gr_pad11, gr_fbolsb; /* +0x5f */ }; +#endif |