X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Ftarget%2Farm7tdmi.h;h=1389244e7a079273b372b7eff3e30e7f2187b966;hb=5ea46227b06af1a3680f62dc30715846f1e92e69;hp=ca2df8b69ebdfe8d5cea1eca2a132e3d6f2b98bd;hpb=8b4e882a1630d63bbc9840fa3f968e36b6ac3702;p=openocd.git diff --git a/src/target/arm7tdmi.h b/src/target/arm7tdmi.h index ca2df8b69e..1389244e7a 100644 --- a/src/target/arm7tdmi.h +++ b/src/target/arm7tdmi.h @@ -2,6 +2,9 @@ * Copyright (C) 2005 by Dominic Rath * * Dominic.Rath@gmx.de * * * + * Copyright (C) 2008 by Spencer Oliver * + * spen@spen-soft.co.uk * + * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * * the Free Software Foundation; either version 2 of the License, or * @@ -33,14 +36,14 @@ typedef struct arm7tdmi_common_s { int common_magic; char *variant; - int has_monitor_mode; void *arch_info; arm7_9_common_t arm7_9_common; } arm7tdmi_common_t; int arm7tdmi_register_commands(struct command_context_s *cmd_ctx); -int arm7tdmi_init_arch_info(target_t *target, arm7tdmi_common_t *arm7tdmi, int chain_pos, char *variant); +int arm7tdmi_init_arch_info(target_t *target, arm7tdmi_common_t *arm7tdmi, int chain_pos, const char *variant); int arm7tdmi_init_target(struct command_context_s *cmd_ctx, struct target_s *target); +int arm7tdmi_examine(struct target_s *target); #endif /* ARM7TDMI_H */