Home | History | Annotate | Line # | Download | only in include
      1 /*	$NetBSD: trap.h,v 1.6 2005/12/11 12:16:39 christos Exp $	*/
      2 /*      $OpenBSD: trap.h,v 1.1.1.1 1996/06/24 09:07:18 pefo Exp $	*/
      3 
      4 #include <mips/trap.h>
      5 
      6 #ifdef _KERNEL
      7 extern int arc_hardware_intr (unsigned mask, unsigned pc,
      8 		unsigned statusReg, unsigned causeReg);
      9 #endif /* _KERNEL */
     10