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