command_context_t -> struct command_context
[fw/openocd] / src / target / arm920t.h
index 02f6da5c6de030354e6b7e79f657102b88c6fac8..567c8def67a4c794562cbbb3cdbed60096770dc7 100644 (file)
@@ -71,6 +71,6 @@ 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_s *cmd_ctx);
+int arm920t_register_commands(struct command_context *cmd_ctx);
 
 #endif /* ARM920T_H */