X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Ftarget%2Farm_semihosting.h;h=cf1f8de142e7a7b9d1a149487826a0c7d2421d68;hb=d303a2864df74117f6d0b2fae3f461fb0ee72226;hp=7b5c0b2de91e1a7e1f15ae2a6fe315f93e5cee5e;hpb=d4b7cbff88bb5eb14fececdbd8e2a0b3e58ce6e0;p=openocd.git diff --git a/src/target/arm_semihosting.h b/src/target/arm_semihosting.h index 7b5c0b2de9..cf1f8de142 100644 --- a/src/target/arm_semihosting.h +++ b/src/target/arm_semihosting.h @@ -19,6 +19,9 @@ #ifndef OPENOCD_TARGET_ARM_SEMIHOSTING_H #define OPENOCD_TARGET_ARM_SEMIHOSTING_H +#include "semihosting_common.h" + +int arm_semihosting_init(struct target *target); int arm_semihosting(struct target *target, int *retval); #endif /* OPENOCD_TARGET_ARM_SEMIHOSTING_H */