X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Fpld%2Fvirtex2.h;h=d6d922e79d353e4caad17a51dd74b05dbf48d437;hb=9f021c2bc129f8f7c659c64ad19531bd8073264a;hp=8ed1c1c77b4ad6191a684c45465aa1efe5e4ec7b;hpb=2d99a0defa8fde13d4f421d54dbb6246b908303d;p=openocd.git diff --git a/src/pld/virtex2.h b/src/pld/virtex2.h index 8ed1c1c77b..d6d922e79d 100644 --- a/src/pld/virtex2.h +++ b/src/pld/virtex2.h @@ -13,13 +13,11 @@ * 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 @@ -28,4 +26,4 @@ struct virtex2_pld_device { int no_jstart; }; -#endif /* VIRTEX2_H */ +#endif /* OPENOCD_PLD_VIRTEX2_H */