]> git.sur5r.net Git - openocd/blobdiff - src/target/target.h
TARGET/MIPS_EJTAG: review scope of functions
[openocd] / src / target / target.h
index 18ffb3803e484061574388e03af1573426dd6da8..0292945d2c6e34a802f1889b7b64294fa54d97f8 100644 (file)
@@ -473,7 +473,6 @@ int target_write_u8(struct target *target, uint32_t address, uint8_t value);
 int target_arch_state(struct target *target);
 
 void target_handle_event(struct target *t, enum target_event e);
-void target_all_handle_event(enum target_event e);
 
 #define ERROR_TARGET_INVALID   (-300)
 #define ERROR_TARGET_INIT_FAILED (-301)