]> git.sur5r.net Git - openocd/blobdiff - src/target/armv7a.h
remove target_type register_command callback
[openocd] / src / target / armv7a.h
index 942bf8bff76353bae212950d92a093aaccc0e952..f843f03bdc5163761a03f2e5362fcacff3f14c31 100644 (file)
@@ -103,7 +103,8 @@ struct armv7a_core_reg
 int armv7a_arch_state(struct target *target);
 struct reg_cache *armv7a_build_reg_cache(struct target *target,
                struct armv7a_common *armv7a_common);
-int armv7a_register_commands(struct command_context *cmd_ctx);
 int armv7a_init_arch_info(struct target *target, struct armv7a_common *armv7a);
 
+extern const struct command_registration armv7a_command_handlers[];
+
 #endif /* ARMV4_5_H */