summaryrefslogtreecommitdiff
path: root/sys/dev/ic/z8530sc.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/ic/z8530sc.h')
-rw-r--r--sys/dev/ic/z8530sc.h10
1 files changed, 7 insertions, 3 deletions
diff --git a/sys/dev/ic/z8530sc.h b/sys/dev/ic/z8530sc.h
index eacb529346d..5781f03b802 100644
--- a/sys/dev/ic/z8530sc.h
+++ b/sys/dev/ic/z8530sc.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: z8530sc.h,v 1.6 1997/01/15 00:41:55 kstailey Exp $ */
+/* $OpenBSD: z8530sc.h,v 1.7 1997/01/15 05:35:47 kstailey Exp $ */
/* $NetBSD: z8530sc.h,v 1.4 1996/10/16 20:34:54 gwr Exp $ */
/*
@@ -117,5 +117,9 @@ struct zsc_attach_args {
};
#define ZS_HWFLAG_CONSOLE 1
-int zsc_intr_hard __P((void *));
-int zsc_intr_soft __P((void *));
+int zsc_intr_hard __P((void *));
+int zsc_intr_soft __P((void *));
+void zs_break __P((struct zs_chanstate *, int));
+int zs_getspeed __P((struct zs_chanstate *));
+void zs_iflush __P((struct zs_chanstate *));
+void zs_loadchannelregs __P((struct zs_chanstate *));