X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Ftarget%2Farm7tdmi.h;h=1389244e7a079273b372b7eff3e30e7f2187b966;hb=68c598e88d5e09728ea845a81ab279c615bbaf0f;hp=95b79385a94ed8ef5a46a3e2d1259ad426b313e4;hpb=0d7d64b5e9a463f63deb19f00efa14e6e5b1c34e;p=openocd.git diff --git a/src/target/arm7tdmi.h b/src/target/arm7tdmi.h index 95b79385a9..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 * @@ -38,9 +41,9 @@ typedef struct arm7tdmi_common_s } 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 command_context_s *cmd_ctx, struct target_s *target); +int arm7tdmi_examine(struct target_s *target); #endif /* ARM7TDMI_H */