Home | History | Annotate | Line # | Download | only in include
cpu.h revision 1.14
      1  1.14   tsutsui /*	$NetBSD: cpu.h,v 1.14 2001/09/20 12:29:48 tsutsui Exp $	*/
      2   1.3  nisimura 
      3  1.11    simonb #ifndef _NEWSMIPS_CPU_H_
      4  1.11    simonb #define _NEWSMIPS_CPU_H_
      5   1.1    tsubai 
      6   1.1    tsubai #include <mips/cpu.h>
      7   1.3  nisimura 
      8  1.14   tsutsui #if defined(_KERNEL) || defined(_STANDALONE)
      9  1.13   tsutsui #ifndef _LOCORE
     10   1.4    tsubai extern int systype;
     11   1.4    tsubai 
     12   1.4    tsubai #define NEWS3400	1
     13   1.4    tsubai #define NEWS5000	2
     14  1.13   tsutsui #endif
     15  1.13   tsutsui #endif
     16   1.8   thorpej 
     17  1.11    simonb #endif /* _NEWSMIPS_CPU_H_ */
     18