OpenOCD
aice_interface.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 
3 /***************************************************************************
4  * Copyright (C) 2013 by Andes Technology *
5  * Hsiangkai Wang <hkwang@andestech.com> *
6  ***************************************************************************/
7 
8 #ifndef OPENOCD_JTAG_AICE_AICE_INTERFACE_H
9 #define OPENOCD_JTAG_AICE_AICE_INTERFACE_H
10 
11 int aice_init_targets(void);
12 int aice_scan_jtag_chain(void);
13 
14 #endif /* OPENOCD_JTAG_AICE_AICE_INTERFACE_H */
int aice_init_targets(void)
int aice_scan_jtag_chain(void)