X-Git-Url: https://git.gag.com/?a=blobdiff_plain;ds=sidebyside;f=src%2Fpld%2Fxilinx_bit.h;h=1a35c3be225df9453ee2802349fe732a34bf59ca;hb=d537cce7ef49bf2f4bc81cf016f784a9adf2537a;hp=37f1811825459800b5143faca2426b0af38692b6;hpb=c4f2a018a594d5cc93f557e30a7906641b59ec56;p=fw%2Fopenocd diff --git a/src/pld/xilinx_bit.h b/src/pld/xilinx_bit.h index 37f181182..1a35c3be2 100644 --- a/src/pld/xilinx_bit.h +++ b/src/pld/xilinx_bit.h @@ -13,15 +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., * - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * + * along with this program. If not, see . * ***************************************************************************/ -#ifndef XILINX_BIT_H -#define XILINX_BIT_H - -#include +#ifndef OPENOCD_PLD_XILINX_BIT_H +#define OPENOCD_PLD_XILINX_BIT_H struct xilinx_bit_file { uint8_t unknown_header[13]; @@ -35,4 +31,4 @@ struct xilinx_bit_file { int xilinx_read_bit_file(struct xilinx_bit_file *bit_file, const char *filename); -#endif /* XILINX_BIT_H */ +#endif /* OPENOCD_PLD_XILINX_BIT_H */