xref: /netbsd/sys/arch/mac68k/dev/zs_cons.h (revision bf9ec67e)
1 /*	$NetBSD: zs_cons.h,v 1.1 1998/05/05 06:48:52 scottr Exp $	*/
2 
3 extern int	zsinited;
4 extern void	*zs_conschan;
5 
6 void		zs_init __P((void));
7 int		zs_getc __P((void *arg));
8 void		zs_putc __P((void *arg, int c));
9 
10 struct zschan	*zs_get_chan_addr __P((int zsc_unit, int channel));
11 
12 #ifdef	KGDB
13 void zs_kgdb_init __P((void));
14 #endif
15