X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fpld%2Fvirtex2.h;h=d6d922e79d353e4caad17a51dd74b05dbf48d437;hp=94419ebf515deb4badfde97a5975c1bd1a3edbfd;hb=8b66c96974cafa24ebcd2739aae5e1a5a64fdf22;hpb=08d4411b59dd8bd0e7d8009003b71d23acbf6eee diff --git a/src/pld/virtex2.h b/src/pld/virtex2.h index 94419ebf51..d6d922e79d 100644 --- a/src/pld/virtex2.h +++ b/src/pld/virtex2.h @@ -13,18 +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., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * + * along with this program. If not, see . * ***************************************************************************/ -#ifndef VIRTEX2_H -#define VIRTEX2_H +#ifndef OPENOCD_PLD_VIRTEX2_H +#define OPENOCD_PLD_VIRTEX2_H #include struct virtex2_pld_device { struct jtag_tap *tap; + int no_jstart; }; -#endif /* VIRTEX2_H */ +#endif /* OPENOCD_PLD_VIRTEX2_H */