X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Ftarget%2Farm7tdmi.h;h=1389244e7a079273b372b7eff3e30e7f2187b966;hb=3de3de0b37ec1bec5da7b3737a063fe28c332d46;hp=a9b41da2ffa2c520c66ae79ac9dccfbcf49e33e9;hpb=3a4896182036eb472a06f66be3710d5c228b6748;p=openocd.git diff --git a/src/target/arm7tdmi.h b/src/target/arm7tdmi.h index a9b41da2ff..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,7 +41,7 @@ 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 target_s *target);