NetBSD/sys/arch/sun3/dev/zs_cons.h

19 lines
361 B
C
Raw Normal View History

1998-01-05 10:02:46 +03:00
/* $NetBSD: zs_cons.h,v 1.3 1998/01/05 07:03:22 perry Exp $ */
1997-02-11 02:24:18 +03:00
struct consdev;
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));
1997-02-11 02:24:18 +03:00
struct zschan *
zs_get_chan_addr __P((int zsc_unit, int channel));
#ifdef KGDB
void zs_kgdb_init __P((void));
#endif