aboutsummaryrefslogtreecommitdiff
path: root/src/target/arm_semihosting.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/target/arm_semihosting.h')
-rw-r--r--src/target/arm_semihosting.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/target/arm_semihosting.h b/src/target/arm_semihosting.h
index 1890d332..7b5c0b2d 100644
--- a/src/target/arm_semihosting.h
+++ b/src/target/arm_semihosting.h
@@ -16,9 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
***************************************************************************/
-#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 */