X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Ftarget%2Farm_semihosting.h;h=011f19f00cec633fdc69be169f394ef0ee2dfa1a;hb=7b94ae9e520877e7f2341b48b3bd0c0d1ca8a14b;hp=1890d332fcf4d47ffc6d802c242b9fffad32e301;hpb=d0e763ac7ef6aa17b17bd00ccdfbccfb4eacda69;p=openocd.git diff --git a/src/target/arm_semihosting.h b/src/target/arm_semihosting.h index 1890d332fc..011f19f00c 100644 --- a/src/target/arm_semihosting.h +++ b/src/target/arm_semihosting.h @@ -16,9 +16,10 @@ * along with this program. If not, see . * ***************************************************************************/ -#ifndef ARM_SEMIHOSTING_H -#define ARM_SEMIHOSTING_H +#ifndef OPENOCD_TARGET_ARM_SEMIHOSTING_H +#define OPENOCD_TARGET_ARM_SEMIHOSTING_H +int arm_semihosting_init(struct target *target); int arm_semihosting(struct target *target, int *retval); -#endif +#endif /* OPENOCD_TARGET_ARM_SEMIHOSTING_H */