Home | History | Annotate | Line # | Download | only in dev
      1 /*	$NetBSD: zs_cons.h,v 1.4 2005/12/11 12:18:03 christos 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);
     11 
     12 #ifdef	KGDB
     13 void zs_kgdb_init(void);
     14 #endif
     15