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