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