2000-03-19 16:25:10 +03:00
|
|
|
/* $NetBSD: cons.h,v 1.4 2000/03/19 13:25:10 pk Exp $ */
|
1998-01-05 10:02:46 +03:00
|
|
|
|
1997-10-18 03:59:44 +04:00
|
|
|
|
2000-03-19 16:25:10 +03:00
|
|
|
/*
|
|
|
|
* PROM I/O nodes and arguments are prepared by consinit().
|
|
|
|
* Drivers can examine these when looking for a console device match.
|
|
|
|
*/
|
|
|
|
extern int prom_stdin_node;
|
|
|
|
extern int prom_stdout_node;
|
|
|
|
extern char prom_stdin_args[];
|
|
|
|
extern char prom_stdout_args[];
|
1997-10-18 03:59:44 +04:00
|
|
|
|
|
|
|
#ifdef KGDB
|
2000-03-19 16:25:10 +03:00
|
|
|
struct zs_chanstate;
|
1997-10-18 03:59:44 +04:00
|
|
|
void zs_kgdb_init __P((void));
|
|
|
|
void zskgdb __P((struct zs_chanstate *));
|
|
|
|
#endif
|