X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=src%2Ftarget%2Fxscale.h;h=9d92550a6c7b84a5a5bb1dd71de6900a6941c5c7;hb=5e837387aa7260518cf43f53b66ee917d8660802;hp=a5d83ee675c7a4aafe3385ac3ff1d08d1497e8d9;hpb=9f6c23f47932eba99acd90949d0388e5ef1fbe35;p=openocd 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 */