X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Ftarget%2Farm_semihosting.h;h=7b5c0b2de91e1a7e1f15ae2a6fe315f93e5cee5e;hb=d4b7cbff88bb5eb14fececdbd8e2a0b3e58ce6e0;hp=1890d332fcf4d47ffc6d802c242b9fffad32e301;hpb=d0e763ac7ef6aa17b17bd00ccdfbccfb4eacda69;p=openocd.git diff --git a/src/target/arm_semihosting.h b/src/target/arm_semihosting.h index 1890d332fc..7b5c0b2de9 100644 --- a/src/target/arm_semihosting.h +++ b/src/target/arm_semihosting.h @@ -16,9 +16,9 @@ * 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(struct target *target, int *retval); -#endif +#endif /* OPENOCD_TARGET_ARM_SEMIHOSTING_H */