mips_ejtag.c: disable DMA for all platforms
[fw/openocd] / src / pld / virtex2.h
index 65ad74ab2d650b47d76100a15d3ba5a0499470ee..94419ebf515deb4badfde97a5975c1bd1a3edbfd 100644 (file)
  *   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.             *
+ *   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.           *
  ***************************************************************************/
+
 #ifndef VIRTEX2_H
 #define VIRTEX2_H
 
-#include "jtag.h"
+#include <jtag/jtag.h>
 
-typedef struct virtex2_pld_device_s
-{
-  jtag_tap_t *tap;
-} virtex2_pld_device_t;
+struct virtex2_pld_device {
+       struct jtag_tap *tap;
+};
 
-#endif /* VIRTEX2_H */
+#endif /* VIRTEX2_H */