Home | History | Annotate | Line # | Download | only in include
cpu.h revision 1.11
      1 /*	$NetBSD: cpu.h,v 1.11 2006/04/15 11:28:52 tsutsui Exp $	*/
      2 
      3 #ifndef _COBALT_CPU_H_
      4 #define _COBALT_CPU_H_
      5 
      6 #include <mips/cpu.h>
      7 
      8 #ifdef _KERNEL
      9 #ifndef _LOCORE
     10 extern u_int cobalt_id;
     11 
     12 #define COBALT_ID_QUBE2700	3
     13 #define COBALT_ID_RAQ		4
     14 #define COBALT_ID_QUBE2		5
     15 #define COBALT_ID_RAQ2		6
     16 
     17 #endif /* !_LOCORE */
     18 #endif /* _KERNEL */
     19 
     20 #endif /* !_COBALT_CPU_H_ */
     21