Home | History | Annotate | Line # | Download | only in dev
zs_cons.h revision 1.1
      1  1.1  scottr /*	$NetBSD: zs_cons.h,v 1.1 1998/05/05 06:48:52 scottr 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.1  scottr void		zs_init __P((void));
      7  1.1  scottr int		zs_getc __P((void *arg));
      8  1.1  scottr void		zs_putc __P((void *arg, int c));
      9  1.1  scottr 
     10  1.1  scottr struct zschan	*zs_get_chan_addr __P((int zsc_unit, int channel));
     11  1.1  scottr 
     12  1.1  scottr #ifdef	KGDB
     13  1.1  scottr void zs_kgdb_init __P((void));
     14  1.1  scottr #endif
     15