Home | History | Annotate | Line # | Download | only in include
cpu.h revision 1.3
      1 /*	$NetBSD: cpu.h,v 1.3 2002/03/03 14:28:50 uch Exp $	*/
      2 #ifndef _HPCSH_CPU_H_
      3 #define _HPCSH_CPU_H_
      4 
      5 #include <sh3/cpu.h>
      6 
      7 /*
      8  * CTL_MACHDEP definitions.
      9  */
     10 #define	CPU_CONSDEV		1	/* dev_t: console terminal device */
     11 #define	CPU_MAXID		2	/* number of valid machdep ids */
     12 
     13 #define	CTL_MACHDEP_NAMES { \
     14 	{ 0, 0 }, \
     15 	{ "console_device", CTLTYPE_STRUCT }, \
     16 }
     17 
     18 #endif /* _HPCSH_CPU_H_ */
     19