X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fpld%2Fvirtex2.h;h=d6d922e79d353e4caad17a51dd74b05dbf48d437;hp=7bc6c5ebbca6e52855d3a002fea6ed6505f3ccaa;hb=b61e454869c988e7fafc1c16982ccfec04415b51;hpb=a28eaa85f73759bb189a46308642502c9fa5aa4b diff --git a/src/pld/virtex2.h b/src/pld/virtex2.h index 7bc6c5ebbc..d6d922e79d 100644 --- a/src/pld/virtex2.h +++ b/src/pld/virtex2.h @@ -13,20 +13,17 @@ * GNU General Public License for more details. * * * * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * + * along with this program. If not, see . * ***************************************************************************/ -#ifndef VIRTEX2_H -#define VIRTEX2_H -#include "types.h" -#include "pld.h" -#include "xilinx_bit.h" +#ifndef OPENOCD_PLD_VIRTEX2_H +#define OPENOCD_PLD_VIRTEX2_H -typedef struct virtex2_pld_device_s -{ - jtag_tap_t *tap; -} virtex2_pld_device_t; +#include -#endif /* VIRTEX2_H */ +struct virtex2_pld_device { + struct jtag_tap *tap; + int no_jstart; +}; + +#endif /* OPENOCD_PLD_VIRTEX2_H */