diff options
| author | christos <christos@NetBSD.org> | 1996-05-05 19:50:44 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 1996-05-05 19:50:44 +0000 |
| commit | d53d6cd545d53ce2f288d0d42b4e7bfcedabbba3 (patch) | |
| tree | 7c86b17a3c3ed235bb35eef89dcabd3ffef4f239 /sys/dev/ic/com.c | |
| parent | d21e608c6be42a6aa62b68692e4b0263f8dbbd62 (diff) | |
Move comintr() prototype to comvar.h; needed by the multi-port cards.
Diffstat (limited to 'sys/dev/ic/com.c')
| -rw-r--r-- | sys/dev/ic/com.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/ic/com.c b/sys/dev/ic/com.c index 035a09ffb9d..f22e2bb0f9e 100644 --- a/sys/dev/ic/com.c +++ b/sys/dev/ic/com.c @@ -1,4 +1,4 @@ -/* $NetBSD: com.c,v 1.80 1996/04/29 20:03:00 christos Exp $ */ +/* $NetBSD: com.c,v 1.81 1996/05/05 19:50:44 christos Exp $ */ /*- * Copyright (c) 1993, 1994, 1995, 1996 @@ -122,7 +122,6 @@ void comdiag __P((void *)); int comspeed __P((long)); int comparam __P((struct tty *, struct termios *)); void comstart __P((struct tty *)); -int comintr __P((void *)); void compoll __P((void *)); /* XXX: These belong elsewhere */ |
