X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fpld%2Fxilinx_bit.h;h=131a78347b27a691ea767a8bf52042c0da049153;hp=722d225cddc7854a304ea96476122166ed17016a;hb=02192f6b8c63d740a551e371441d85d59930e65c;hpb=cd4c0598060dc6539604c9cad8cb645aa14b4ab1 diff --git a/src/pld/xilinx_bit.h b/src/pld/xilinx_bit.h index 722d225cdd..131a78347b 100644 --- a/src/pld/xilinx_bit.h +++ b/src/pld/xilinx_bit.h @@ -17,13 +17,11 @@ * Free Software Foundation, Inc., * * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * ***************************************************************************/ + #ifndef XILINX_BIT_H #define XILINX_BIT_H -#include "types.h" - -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 */