xref: /netbsd/sys/arch/sparc/dev/cons.h (revision bf9ec67e)
1 /*	$NetBSD: cons.h,v 1.4 2000/03/19 13:25:10 pk Exp $	*/
2 
3 
4 /*
5  * PROM I/O nodes and arguments are prepared by consinit().
6  * Drivers can examine these when looking for a console device match.
7  */
8 extern int prom_stdin_node;
9 extern int prom_stdout_node;
10 extern char prom_stdin_args[];
11 extern char prom_stdout_args[];
12 
13 #ifdef	KGDB
14 struct zs_chanstate;
15 void zs_kgdb_init __P((void));
16 void zskgdb __P((struct zs_chanstate *));
17 #endif
18