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