blob: cc8aa993ad6df7762ccb8d8862436d75ec4dafc5 (
plain)
1
2
3
4
5
6
7
8
9
10
|
/* $NetBSD: cpu.h,v 1.21 2005/11/15 14:03:20 tsutsui Exp $ */
/* $OpenBSD: cpu.h,v 1.9 1998/01/28 13:46:10 pefo Exp $ */
#ifndef _ARC_CPU_H_
#define _ARC_CPU_H_
#include <mips/cpu.h>
#include <mips/cpuregs.h>
#endif /* _ARC_CPU_H_ */
|