summaryrefslogtreecommitdiff
path: root/sys/arch/mac68k/include/z8530var.h
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2009-03-15 20:40:26 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2009-03-15 20:40:26 +0000
commita70ea7a0d41fc23f193e4cf52f9f81bf20011a83 (patch)
treed6b65e33edd85a3981e395f10b4fd50db5e2107e /sys/arch/mac68k/include/z8530var.h
parent696ab5f08e3725e54a7b87f6c7f732871cea9473 (diff)
Generic softinterrupt code for m68k platforms, now copied from m88k.
Diffstat (limited to 'sys/arch/mac68k/include/z8530var.h')
-rw-r--r--sys/arch/mac68k/include/z8530var.h3
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;
};
/*