summaryrefslogtreecommitdiffstats
path: root/c/src/libchip/serial/z85c30_p.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-07-09 23:32:07 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-07-09 23:32:07 +0000
commitfb32356ba602bed978eeca621a2c759f89495aef (patch)
treef227cf9f83768ed183395c3a7f4a13b6799338e9 /c/src/libchip/serial/z85c30_p.h
parentAdded new files. (diff)
downloadrtems-fb32356ba602bed978eeca621a2c759f89495aef.tar.bz2
Added set attributes routine but did not hook it in to the table.
Switched to shared default probe.
Diffstat (limited to 'c/src/libchip/serial/z85c30_p.h')
-rw-r--r--c/src/libchip/serial/z85c30_p.h6
1 files changed, 5 insertions, 1 deletions
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,