diff options
Diffstat (limited to 'src/target/xscale.h')
-rw-r--r-- | src/target/xscale.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/target/xscale.h b/src/target/xscale.h index a5d83ee6..9d92550a 100644 --- a/src/target/xscale.h +++ b/src/target/xscale.h @@ -170,4 +170,10 @@ enum #define ERROR_XSCALE_NO_TRACE_DATA (-1500) +/* This XScale "debug handler" is loaded into the processor's + * mini-ICache, which is 2K of code writable only via JTAG. + */ +extern const uint8_t xscale_debug_handler[]; +extern const uint32_t xscale_debug_handler_size; + #endif /* XSCALE_H */ |