A forgotten commit that should be done at the time when zs_ioasic.c was

changed.
This commit is contained in:
nisimura 2000-12-08 09:42:44 +00:00
parent 0db3a835e2
commit 8df2fd7ff9

View File

@ -1,4 +1,4 @@
/* $NetBSD: z8530var.h,v 1.4 2000/09/09 06:08:42 nisimura Exp $ */
/* $NetBSD: z8530var.h,v 1.5 2000/12/08 09:42:44 nisimura Exp $ */
/*
* Copyright (c) 1994 Gordon W. Ross
@ -55,7 +55,7 @@ struct zsc_softc {
struct device zsc_dev; /* required first: base device */
struct zs_chanstate *zsc_cs[2]; /* channel A and B soft state */
/* Machine-dependent part follows... */
struct zs_chanstate zsc_cs_store[2];
int zsc_addroffset; /* used as "cookie" to identify scc */
void *zsc_sih;
};