From fb32356ba602bed978eeca621a2c759f89495aef Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 9 Jul 1998 23:32:07 +0000 Subject: Added set attributes routine but did not hook it in to the table. Switched to shared default probe. --- c/src/libchip/serial/z85c30_p.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'c/src/libchip/serial/z85c30_p.h') diff --git a/c/src/libchip/serial/z85c30_p.h b/c/src/libchip/serial/z85c30_p.h index 1c83493d84..3fdf84e4ff 100644 --- a/c/src/libchip/serial/z85c30_p.h +++ b/c/src/libchip/serial/z85c30_p.h @@ -331,10 +331,14 @@ typedef struct _z85c30_context /* * Private routines */ -Z85C30_STATIC boolean z85c30_probe(int minor); Z85C30_STATIC void z85c30_init(int minor); +Z85C30_STATIC int z85c30_set_attributes( + int minor, + const struct termios *t +); + Z85C30_STATIC int z85c30_open( int major, int minor, -- cgit v1.2.3