From 9eef52b95f8b35932c8040570c50e495dd215157 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 23 Jun 1998 14:54:30 +0000 Subject: Added set attributes prototype. --- c/src/lib/libchip/serial/mc68681_p.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'c/src/lib/libchip') 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( -- cgit v1.2.3