X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Ftarget%2Farm7tdmi.h;h=053f64df8ea13b1bfacfc7a6de4fead9705108fe;hp=ce771e2663a83fd8d4e22be42b83bb2e1d84c593;hb=57e30102ea440d77aa001e26eb901d0cbb305a30;hpb=1650ab3a22d62c834126138f253643031c8418ba diff --git a/src/target/arm7tdmi.h b/src/target/arm7tdmi.h index ce771e2663..053f64df8e 100644 --- a/src/target/arm7tdmi.h +++ b/src/target/arm7tdmi.h @@ -16,18 +16,17 @@ * GNU General Public License for more details. * * * * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * + * along with this program. If not, see . * ***************************************************************************/ -#ifndef ARM7TDMI_H -#define ARM7TDMI_H -#include +#ifndef OPENOCD_TARGET_ARM7TDMI_H +#define OPENOCD_TARGET_ARM7TDMI_H + +#include "embeddedice.h" int arm7tdmi_init_arch_info(struct target *target, struct arm7_9_common *arm7_9, struct jtag_tap *tap); int arm7tdmi_init_target(struct command_context *cmd_ctx, struct target *target); -#endif /* ARM7TDMI_H */ +#endif /* OPENOCD_TARGET_ARM7TDMI_H */