X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fpld%2Fvirtex2.h;h=94419ebf515deb4badfde97a5975c1bd1a3edbfd;hp=4cefdf4451cd323065690b3c0f5674d5248df487;hb=refs%2Fchanges%2F26%2F1426%2F4;hpb=cb4a475f6c26ff197cd9d601b0b9f86653d961a2 diff --git a/src/pld/virtex2.h b/src/pld/virtex2.h index 4cefdf4451..94419ebf51 100644 --- a/src/pld/virtex2.h +++ b/src/pld/virtex2.h @@ -15,16 +15,16 @@ * 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 -struct virtex2_pld_device -{ - struct jtag_tap *tap; +struct virtex2_pld_device { + struct jtag_tap *tap; }; -#endif /* VIRTEX2_H */ +#endif /* VIRTEX2_H */