X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Ftarget%2Farm920t.h;h=0eb14fc7149411c701c360da570f5783aa6de56a;hb=6eee0729d79eab496d1d4368a2bae7e4e2d19876;hp=ca6be7ea968094d3b7c274af5cbeb5cfd075cbbe;hpb=0181296f61f11e4390e5a381906021db4ddd4bcd;p=openocd.git diff --git a/src/target/arm920t.h b/src/target/arm920t.h index ca6be7ea96..0eb14fc714 100644 --- a/src/target/arm920t.h +++ b/src/target/arm920t.h @@ -20,8 +20,8 @@ #ifndef ARM920T_H #define ARM920T_H -#include "arm9tdmi.h" -#include "armv4_5_mmu.h" +#include +#include #define ARM920T_COMMON_MAGIC 0xa920a920 @@ -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 */