]> git.gag.com Git - fw/openocd/blob - src/pld/virtex2.h
rtos: Support looking up .lto_priv.0 appended to symbol name
[fw/openocd] / src / pld / virtex2.h
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2
3 /***************************************************************************
4  *   Copyright (C) 2006 by Dominic Rath                                    *
5  *   Dominic.Rath@gmx.de                                                   *
6  ***************************************************************************/
7
8 #ifndef OPENOCD_PLD_VIRTEX2_H
9 #define OPENOCD_PLD_VIRTEX2_H
10
11 #include <jtag/jtag.h>
12
13 struct virtex2_pld_device {
14         struct jtag_tap *tap;
15         int no_jstart;
16 };
17
18 #endif /* OPENOCD_PLD_VIRTEX2_H */