]> git.sur5r.net Git - openocd/blobdiff - src/target/arm920t.h
remove target_type register_command callback
[openocd] / src / target / arm920t.h
index ca6be7ea968094d3b7c274af5cbeb5cfd075cbbe..a75f01ab16805e4f36687e61fa46e2957eaaa57c 100644 (file)
@@ -71,6 +71,7 @@ void arm920t_disable_mmu_caches(struct target *target,
        int mmu, int d_u_cache, int i_cache);
 void arm920t_enable_mmu_caches(struct target *target,
        int mmu, int d_u_cache, int i_cache);
-int arm920t_register_commands(struct command_context *cmd_ctx);
+
+extern const struct command_registration arm920t_command_handlers[];
 
 #endif /* ARM920T_H */