mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-18 02:20:56 -04:00
11 lines
237 B
C
11 lines
237 B
C
/* $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_ */
|