OpenOCD
arm_semihosting.h
Go to the documentation of this file.
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 
14 int arm_semihosting(struct target *target, int *retval);
15 
16 #endif /* OPENOCD_TARGET_ARM_SEMIHOSTING_H */
int arm_semihosting(struct target *target, int *retval)
Checks for and processes an ARM semihosting request.
int arm_semihosting_init(struct target *target)
Initialize ARM semihosting support.
Definition: target.h:116