1 /* $NetBSD: cons.h,v 1.4 2000/03/19 13:25:10 pk Exp $ */
5 * PROM I/O nodes and arguments are prepared by consinit().
6 * Drivers can examine these when looking for a console device match.
8 extern int prom_stdin_node
;
9 extern int prom_stdout_node
;
10 extern char prom_stdin_args
[];
11 extern char prom_stdout_args
[];
15 void zs_kgdb_init(void);
16 void zskgdb(struct zs_chanstate
*);