NetBSD/sys/arch/sun3/dev/zs_cons.h
gwr 0c5e3e4955 Make this compile with -Werror -Wall -Wstrict-prototypes
(finally! yea!)  Also get rid of __BROKEN_INDIRECT_CONFIG
1996-12-17 21:10:35 +00:00

9 lines
162 B
C

extern void *zs_conschan;
extern void nullcnprobe __P((struct consdev *));
extern int zs_getc __P((void *arg));
extern void zs_putc __P((void *arg, int c));