X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Ftarget%2Farm9tdmi.h;h=aff9fc5f41aa0af9e91c89d95680f995674051fc;hb=adf2a9a267422a2914a50b4a4a35a0e19b25d1c3;hp=351b00adfc26bb3221332f1e26b2bac0e70ffc20;hpb=0181296f61f11e4390e5a381906021db4ddd4bcd;p=openocd.git diff --git a/src/target/arm9tdmi.h b/src/target/arm9tdmi.h index 351b00adfc..aff9fc5f41 100644 --- a/src/target/arm9tdmi.h +++ b/src/target/arm9tdmi.h @@ -29,7 +29,7 @@ int arm9tdmi_init_target(struct command_context *cmd_ctx, struct target *target); int arm9tdmi_init_arch_info(struct target *target, struct arm7_9_common *arm7_9, struct jtag_tap *tap); -int arm9tdmi_register_commands(struct command_context *cmd_ctx); +extern const struct command_registration arm9tdmi_command_handlers[]; int arm9tdmi_clock_out(struct arm_jtag *jtag_info, uint32_t instr, uint32_t out, uint32_t *in, int sysspeed);