summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libchip
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-06-23 14:54:30 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-06-23 14:54:30 +0000
commit9eef52b95f8b35932c8040570c50e495dd215157 (patch)
treee19806dfd7de46d461bff6c27e815d5a6560718f /c/src/lib/libchip
parentAdded NULL entry for setAttributes. (diff)
downloadrtems-9eef52b95f8b35932c8040570c50e495dd215157.tar.bz2
Added set attributes prototype.
Diffstat (limited to 'c/src/lib/libchip')
-rw-r--r--c/src/lib/libchip/serial/mc68681_p.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/c/src/lib/libchip/serial/mc68681_p.h b/c/src/lib/libchip/serial/mc68681_p.h
index 75730954c7..7efb36c606 100644
--- a/c/src/lib/libchip/serial/mc68681_p.h
+++ b/c/src/lib/libchip/serial/mc68681_p.h
@@ -232,6 +232,11 @@ typedef struct _mc68681_context
*/
static boolean mc68681_probe(int minor);
+static int mc68681_set_attributes(
+ int minor,
+ const struct termios *t
+);
+
static void mc68681_init(int minor);
static int mc68681_open(