NetBSD/sys/arch/newsmips/include/cpu.h

17 lines
285 B
C
Raw Normal View History

2000-04-14 14:11:06 +04:00
/* $NetBSD: cpu.h,v 1.7 2000/04/14 10:11:06 tsubai Exp $ */
#ifndef _MACHINE_CPU_H_
#define _MACHINE_CPU_H_
1998-02-18 16:48:03 +03:00
#include <mips/cpu.h>
#include <mips/cpuregs.h>
#ifndef _LOCORE
extern int systype;
#define NEWS3400 1
#define NEWS5000 2
#endif /* _LOCORE */
#endif /* _MACHINE_CPU_H_ */