1 1.5 uwe /* $NetBSD: cons.h,v 1.5 2005/11/16 00:49:03 uwe Exp $ */ 2 1.2 perry 3 1.1 gwr 4 1.4 pk /* 5 1.4 pk * PROM I/O nodes and arguments are prepared by consinit(). 6 1.4 pk * Drivers can examine these when looking for a console device match. 7 1.4 pk */ 8 1.4 pk extern int prom_stdin_node; 9 1.4 pk extern int prom_stdout_node; 10 1.4 pk extern char prom_stdin_args[]; 11 1.4 pk extern char prom_stdout_args[]; 12 1.1 gwr 13 1.1 gwr #ifdef KGDB 14 1.4 pk struct zs_chanstate; 15 1.5 uwe void zs_kgdb_init(void); 16 1.5 uwe void zskgdb(struct zs_chanstate *); 17 1.1 gwr #endif 18