NetBSD/sys/arch/mac68k/dev/zs_cons.h

15 lines
270 B
C

/* $NetBSD: zs_cons.h,v 1.2 2005/01/15 16:00:59 chs Exp $ */
extern int zsinited;
extern void *zs_conschan;
void zs_init(void);
int zs_getc(void *);
void zs_putc(void *, int);
struct zschan *zs_get_chan_addr(int, int);
#ifdef KGDB
void zs_kgdb_init(void);
#endif