1/*	$NetBSD: zs_cons.h,v 1.1.50.1 2005/01/17 19:29:35 skrll Exp $	*/
2
3extern int	zsinited;
4extern void	*zs_conschan;
5
6void		zs_init(void);
7int		zs_getc(void *);
8void		zs_putc(void *, int);
9
10struct zschan	*zs_get_chan_addr(int);
11
12#ifdef	KGDB
13void zs_kgdb_init(void);
14#endif
15