X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Ftarget%2Farm_semihosting.h;h=80cad39f3055a9b3e16b724b2f5c2d96deed10bc;hp=6b9ac566ac0a47317619ec612b9038b39109b925;hb=4960c9018f2560b11ede91cde8a68dc56c690159;hpb=ed59dfc80aa6fc48a0894c8e46cee675f38ac949 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