xref: /netbsd-src/sys/arch/sun3/include/trap.h (revision ae1bfcddc410612bc8c58b807e1830becb69a24c)
1 /*
2  *	$Id: trap.h,v 1.5 1994/02/04 08:20:09 glass Exp $
3  */
4 
5 /* Just use the common m68k definition */
6 #include <m68k/trap.h>
7 
8 /* XXX - need documentation.  probably should be comment, for compat code */
9 #define	T_BRKPT		T_TRAP15
10 #define	T_WATCHPOINT	16
11