X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Ftarget%2Farm_semihosting.h;h=cf1f8de142e7a7b9d1a149487826a0c7d2421d68;hp=7b5c0b2de91e1a7e1f15ae2a6fe315f93e5cee5e;hb=a851b91c4c1db76dd1e26a7d1a99124ad456b020;hpb=d4b7cbff88bb5eb14fececdbd8e2a0b3e58ce6e0 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 */