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