blob: 3474a7b7491209341729135e3477bce088fbb927 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
/* $NetBSD: trap.h,v 1.7 1994/11/21 21:34:23 gwr Exp $ */
#include <m68k/trap.h>
/*
* XXX - need documentation.
* probably should be comment,
* for compat code
*/
#define T_BRKPT T_TRAP15
#define T_WATCHPOINT 16
|