Home | History | Annotate | Line # | Download | only in dev
cons.h revision 1.4.52.1
      1  1.4.52.1   yamt /*	$NetBSD: cons.h,v 1.4.52.1 2005/11/22 16:08:02 yamt 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.4.52.1   yamt void zs_kgdb_init(void);
     16  1.4.52.1   yamt void zskgdb(struct zs_chanstate *);
     17       1.1    gwr #endif
     18