Home | History | Annotate | Line # | Download | only in include
cpu.h revision 1.2
      1 /*	$NetBSD: cpu.h,v 1.2 2000/03/24 21:30:59 soren Exp $	*/
      2 
      3 #define MIPS3_INTERNAL_TIMER_INTERRUPT
      4 
      5 #include <mips/cpu.h>
      6 #include <mips/cpuregs.h>
      7 
      8 #define INT_MASK_REAL_DEV	MIPS_HARD_INT_MASK
      9 
     10 /*
     11  * CTL_MACHDEP definitions.
     12  */
     13 #define CPU_BOOTSTRING	1		/* Command given to the firmware. */
     14 #define CPU_MAXID	2
     15 
     16 #define CTL_MACHDEP_NAMES { \
     17 	{ 0, 0 }, \
     18 	{ "bootstring", CTLTYPE_STRING }, \
     19 }
     20