diff options
Diffstat (limited to 'sys/arch/mac68k/include/z8530var.h')
-rw-r--r-- | sys/arch/mac68k/include/z8530var.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/mac68k/include/z8530var.h b/sys/arch/mac68k/include/z8530var.h index 5bf9a0bb3a4..f031d38cda9 100644 --- a/sys/arch/mac68k/include/z8530var.h +++ b/sys/arch/mac68k/include/z8530var.h @@ -1,4 +1,4 @@ -/* $OpenBSD: z8530var.h,v 1.7 2004/11/25 18:32:10 miod Exp $ */ +/* $OpenBSD: z8530var.h,v 1.8 2009/03/15 20:40:25 miod Exp $ */ /* $NetBSD: z8530var.h,v 1.2 1996/06/07 10:27:19 briggs Exp $ */ /* @@ -97,6 +97,7 @@ struct zsc_softc { struct zs_chanstate *zsc_cs[2]; /* channel A and B soft state */ /* Machine-dependent part follows... */ struct xzs_chanstate xzsc_xcs_store[2]; + void *zsc_softih; }; /* |