Home | History | Annotate | Line # | Download | only in include
cpu.h revision 1.3
      1 /*	$NetBSD: cpu.h,v 1.3 2002/10/01 11:02:27 bsh 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 #define EVBARM_BOARDTYPE_PXA2X0	  	5   /* PXA2X0 based boards */
     12 #define EVBARM_BOARDTYPE_S3C2800	6   /* S3C2800 based boards */
     13 
     14 #endif
     15 
     16 #include <arm/cpu.h>
     17