bcm2835gpio: Fix incorrect GPIO validation
[fw/openocd] / src / pld / virtex2.h
index f2d2be280e765bdcb1d02713cb1d116c50d3b1a9..d6d922e79d353e4caad17a51dd74b05dbf48d437 100644 (file)
  *   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 <http://www.gnu.org/licenses/>. *
  ***************************************************************************/
 
-#ifndef VIRTEX2_H
-#define VIRTEX2_H
+#ifndef OPENOCD_PLD_VIRTEX2_H
+#define OPENOCD_PLD_VIRTEX2_H
 
 #include <jtag/jtag.h>
 
 struct virtex2_pld_device {
        struct jtag_tap *tap;
+       int no_jstart;
 };
 
-#endif /* VIRTEX2_H */
+#endif /* OPENOCD_PLD_VIRTEX2_H */