Home | History | Annotate | Line # | Download | only in dev
zs_cons.h revision 1.2
      1  1.2     chs /*	$NetBSD: zs_cons.h,v 1.2 2005/01/15 16:00:59 chs 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.2     chs struct zschan	*zs_get_chan_addr(int, 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