X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Fpld%2Fxilinx_bit.h;h=d507dfcf8ed0602d319b90dbf7f7e68a3b0246fd;hb=517ba0690dcc9e859a05df2113ce32401a5ab254;hp=2b40d861f024d5281264ecf6d32d9a1fa61b9272;hpb=df0e90ec8c728be50f1457ecc513d78de044f5a4;p=openocd.git diff --git a/src/pld/xilinx_bit.h b/src/pld/xilinx_bit.h index 2b40d861f0..d507dfcf8e 100644 --- a/src/pld/xilinx_bit.h +++ b/src/pld/xilinx_bit.h @@ -15,15 +15,13 @@ * 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 XILINX_BIT_H #define XILINX_BIT_H -#include - -struct xilinx_bit_file -{ +struct xilinx_bit_file { uint8_t unknown_header[13]; uint8_t *source_file; uint8_t *part_name; @@ -35,4 +33,4 @@ struct xilinx_bit_file int xilinx_read_bit_file(struct xilinx_bit_file *bit_file, const char *filename); -#endif /* XILINX_BIT_H */ +#endif /* XILINX_BIT_H */