Home | History | Annotate | Line # | Download | only in dev
      1  1.4  christos /*	$NetBSD: zs_cons.h,v 1.4 2005/12/11 12:18:03 christos Exp $	*/
      2  1.1    scottr 
      3  1.1    scottr extern int	zsinited;
      4  1.1    scottr extern void	*zs_conschan;
      5  1.1    scottr 
      6  1.2       chs void		zs_init(void);
      7  1.2       chs int		zs_getc(void *);
      8  1.2       chs void		zs_putc(void *, int);
      9  1.1    scottr 
     10  1.3       chs struct zschan	*zs_get_chan_addr(int);
     11  1.1    scottr 
     12  1.1    scottr #ifdef	KGDB
     13  1.2       chs void zs_kgdb_init(void);
     14  1.1    scottr #endif
     15