X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Ftarget%2Farm_semihosting.h;h=80cad39f3055a9b3e16b724b2f5c2d96deed10bc;hb=bc088b302bd0bb43cc9097a9f0b2e7369b0e04e2;hp=6b9ac566ac0a47317619ec612b9038b39109b925;hpb=ed59dfc80aa6fc48a0894c8e46cee675f38ac949;p=openocd.git diff --git a/src/target/arm_semihosting.h b/src/target/arm_semihosting.h index 6b9ac566ac..80cad39f30 100644 --- a/src/target/arm_semihosting.h +++ b/src/target/arm_semihosting.h @@ -21,8 +21,6 @@ #ifndef ARM_SEMIHOSTING_H #define ARM_SEMIHOSTING_H -extern int semihosting_active; - int arm_semihosting(struct target *target, int *retval); #endif