1 1.8 chopps /* $NetBSD: trap.h,v 1.8 1995/02/12 19:19:39 chopps Exp $ */ 2 1.7 cgd 3 1.6 chopps #ifndef _MACHINE_TRAP_H_ 4 1.6 chopps #define _MACHINE_TRAP_H_ 5 1.1 mw 6 1.4 mw #include <m68k/trap.h> 7 1.8 chopps 8 1.8 chopps /* 9 1.8 chopps * make sure we don't have this one defined, it's no longer done 10 1.8 chopps * with the REI emulation. 11 1.8 chopps */ 12 1.8 chopps #undef T_SSIR 13 1.5 chopps 14 1.5 chopps #endif 15