]> git.sur5r.net Git - openocd/blobdiff - src/target/arm_semihosting.h
esirisc: support eSi-RISC targets
[openocd] / src / target / arm_semihosting.h
index 7b5c0b2de91e1a7e1f15ae2a6fe315f93e5cee5e..cf1f8de142e7a7b9d1a149487826a0c7d2421d68 100644 (file)
@@ -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 */