xref
: /
linux-3.3
/
arch
/
h8300
/
include
/
asm
/
dbg.h
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#
define
DEBUG
1
2
#
define
BREAK
asm
volatile
(
"trap #3"
)
3