Home | History | Annotate | Line # | Download | only in include
cpu.h revision 1.2
      1 /*	$NetBSD: cpu.h,v 1.2 2002/08/17 16:42:22 briggs Exp $	*/
      2 
      3 #if defined(_KERNEL) && !defined(_LKM)
      4 
      5 #include "opt_evbarm_boardtype.h"
      6 
      7 #define EVBARM_BOARDTYPE_INTEGRATOR	1
      8 #define EVBARM_BOARDTYPE_IQ80310	2
      9 #define EVBARM_BOARDTYPE_I80321		3
     10 #define EVBARM_BOARDTYPE_IXM1200	4
     11 
     12 #endif
     13 
     14 #include <arm/cpu.h>
     15