flash/nor/at91samd: Use 32-bit register writes for ST-Link compat
[fw/openocd] / src / target / arm_semihosting.h
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2
3 /***************************************************************************
4  *   Copyright (C) 2009 by Marvell Technology Group Ltd.                   *
5  *   Written by Nicolas Pitre <nico@marvell.com>                           *
6  ***************************************************************************/
7
8 #ifndef OPENOCD_TARGET_ARM_SEMIHOSTING_H
9 #define OPENOCD_TARGET_ARM_SEMIHOSTING_H
10
11 #include "semihosting_common.h"
12
13 int arm_semihosting_init(struct target *target);
14 int arm_semihosting(struct target *target, int *retval);
15
16 #endif /* OPENOCD_TARGET_ARM_SEMIHOSTING_H */