X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Ftarget%2Ftarget.h;h=abeb8ed511139d1875a64eceae7723178eb10fb0;hb=0854c83076749196603bebdb47ec93f50a454f79;hp=2a2f5315ff7e8d806fc22eec17297ef109ec01f6;hpb=370bf43fb1a89d4bf3887cba63318e5e1711478b;p=openocd.git diff --git a/src/target/target.h b/src/target/target.h index 2a2f5315ff..abeb8ed511 100644 --- a/src/target/target.h +++ b/src/target/target.h @@ -803,4 +803,6 @@ extern bool get_target_reset_nag(void); #define TARGET_DEFAULT_POLLING_INTERVAL 100 +const char *target_debug_reason_str(enum target_debug_reason reason); + #endif /* OPENOCD_TARGET_TARGET_H */