openocd: src/target: replace the GPL-2.0-or-later license tag
[fw/openocd] / src / target / arm7tdmi.h
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
16 int arm7tdmi_init_arch_info(struct target *target,
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);
20 void arm7tdmi_deinit_target(struct target *target);
21
22 #endif /* OPENOCD_TARGET_ARM7TDMI_H */