X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Ftarget%2Farm7_9_common.h;h=b95516e6e5b96f4b6dd13ca808dd580c084bb0bb;hp=01b9242a5e301db6a605f5c839d1268f040fd5dc;hb=1aa854684de1827edd3b605fc64a78a498f2358a;hpb=5cc4601c5f356af02571db240e2f70be908399f6 diff --git a/src/target/arm7_9_common.h b/src/target/arm7_9_common.h index 01b9242a5e..b95516e6e5 100644 --- a/src/target/arm7_9_common.h +++ b/src/target/arm7_9_common.h @@ -101,7 +101,7 @@ typedef struct arm7_9_common_s int arm7_9_register_commands(struct command_context_s *cmd_ctx); -enum target_state arm7_9_poll(target_t *target); +int arm7_9_poll(target_t *target); int arm7_9_target_request_data(target_t *target, u32 size, u8 *buffer);