1 1.4 pk /* $NetBSD: cons.h,v 1.4 2000/03/19 13:25:10 pk 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.1 gwr void zs_kgdb_init __P((void)); 16 1.1 gwr void zskgdb __P((struct zs_chanstate *)); 17 1.1 gwr #endif 18