OpenOCD
arm7tdmi.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 
3 /***************************************************************************
4  * Copyright (C) 2005 by Dominic Rath *
5  * Dominic.Rath@gmx.de *
6  * *
7  * Copyright (C) 2008 by Spencer Oliver *
8  * spen@spen-soft.co.uk *
9  ***************************************************************************/
10 
11 #ifndef OPENOCD_TARGET_ARM7TDMI_H
12 #define OPENOCD_TARGET_ARM7TDMI_H
13 
14 #include "embeddedice.h"
15 
17  struct arm7_9_common *arm7_9, struct jtag_tap *tap);
18 int arm7tdmi_init_target(struct command_context *cmd_ctx,
19  struct target *target);
21 
22 #endif /* OPENOCD_TARGET_ARM7TDMI_H */
int arm7tdmi_init_arch_info(struct target *target, struct arm7_9_common *arm7_9, struct jtag_tap *tap)
Definition: arm7tdmi.c:621
void arm7tdmi_deinit_target(struct target *target)
Definition: arm7tdmi.c:616
int arm7tdmi_init_target(struct command_context *cmd_ctx, struct target *target)
Definition: arm7tdmi.c:609
Structure for items that are common between both ARM7 and ARM9 targets.
Definition: arm7_9_common.h:28
Definition: jtag.h:101
Definition: target.h:116