Home | History | Annotate | Line # | Download | only in include
cpu.h revision 1.11
      1 /*	$NetBSD: cpu.h,v 1.11 2001/09/04 06:19:23 simonb Exp $	*/
      2 
      3 #ifndef _NEWSMIPS_CPU_H_
      4 #define _NEWSMIPS_CPU_H_
      5 
      6 #include <mips/cpu.h>
      7 #include <mips/cpuregs.h>
      8 
      9 extern int systype;
     10 
     11 #define NEWS3400	1
     12 #define NEWS5000	2
     13 
     14 #endif /* _NEWSMIPS_CPU_H_ */
     15