jtag: retire jtag_alloc_in_value32 API
[fw/openocd] / src / target / arm966e.h
index 45aeb4ef1e6f1399e95773b08fd7218a68128573..24dcec306401afe677c0368786df51f6e7e28429 100644 (file)
@@ -43,7 +43,8 @@ target_to_arm966(struct target *target)
 
 int arm966e_init_arch_info(struct target *target,
                struct arm966e_common *arm966e, struct jtag_tap *tap);
-int arm966e_register_commands(struct command_context *cmd_ctx);
 int arm966e_write_cp15(struct target *target, int reg_addr, uint32_t value);
 
+extern const struct command_registration arm966e_command_handlers[];
+
 #endif /* ARM966E_H */