diff --git a/sys/arch/sparc/include/z8530var.h b/sys/arch/sparc/include/z8530var.h index 7d0670c9766c..bedf1a53bd5e 100644 --- a/sys/arch/sparc/include/z8530var.h +++ b/sys/arch/sparc/include/z8530var.h @@ -1,4 +1,4 @@ -/* $NetBSD: z8530var.h,v 1.9 2008/03/29 19:15:35 tsutsui Exp $ */ +/* $NetBSD: z8530var.h,v 1.10 2010/06/26 16:10:00 tsutsui Exp $ */ /* * Copyright (c) 1992, 1993 @@ -54,6 +54,7 @@ struct zsc_softc { int zsc_node; /* PROM node, if any */ struct evcnt zsc_intrcnt; /* count interrupts */ struct zs_chanstate zsc_cs_store[2]; + void *zsc_sicookie; /* softint(9) cookie */ }; /*