Home | History | Annotate | Line # | Download | only in include
cpu.h revision 1.19.2.1
      1  1.19.2.1      yamt /*	$NetBSD: cpu.h,v 1.19.2.1 2005/11/22 16:08:02 yamt Exp $	*/
      2       1.8      soda /*	$OpenBSD: cpu.h,v 1.9 1998/01/28 13:46:10 pefo Exp $ */
      3       1.7      soda 
      4       1.7      soda #ifndef _ARC_CPU_H_
      5       1.7      soda #define _ARC_CPU_H_
      6       1.7      soda 
      7       1.2  jonathan #include <mips/cpu.h>
      8      1.11     soren #include <mips/cpuregs.h>
      9       1.1  jonathan 
     10       1.7      soda #endif /* _ARC_CPU_H_ */
     11