Home | History | Annotate | Line # | Download | only in include
cpu.h revision 1.18.8.1
      1 /*	$NetBSD: cpu.h,v 1.18.8.1 2006/06/21 14:49:07 yamt Exp $	*/
      2 /*	$OpenBSD: cpu.h,v 1.9 1998/01/28 13:46:10 pefo Exp $ */
      3 
      4 #ifndef _ARC_CPU_H_
      5 #define _ARC_CPU_H_
      6 
      7 #include <mips/cpu.h>
      8 #include <mips/cpuregs.h>
      9 
     10 #endif /* _ARC_CPU_H_ */
     11