diff options
Diffstat (limited to 'include/asm-h8300/dbg.h')
-rw-r--r-- | include/asm-h8300/dbg.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-h8300/dbg.h b/include/asm-h8300/dbg.h new file mode 100644 index 000000000000..2c6d1cbcf736 --- /dev/null +++ b/include/asm-h8300/dbg.h @@ -0,0 +1,2 @@ +#define DEBUG 1 +#define BREAK asm volatile ("trap #3") |