1 1.13 soren /* $NetBSD: cpu.h,v 1.13 2000/05/05 03:18:25 soren 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.1 jonathan /* 11 1.1 jonathan * definitions of cpu-dependent requirements 12 1.1 jonathan * referenced in generic code 13 1.1 jonathan */ 14 1.1 jonathan #define COPY_SIGCODE /* copy sigcode above user stack in exec */ 15 1.7 soda 16 1.7 soda #ifndef _LOCORE 17 1.7 soda struct tlb; 18 1.7 soda extern void mips3_TLBWriteIndexedVPS __P((u_int index, struct tlb *tlb)); 19 1.7 soda #endif /* ! _LOCORE */ 20 1.7 soda 21 1.7 soda #endif /* _ARC_CPU_H_ */ 22