X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fpld%2Fxilinx_bit.h;h=131a78347b27a691ea767a8bf52042c0da049153;hb=f3d98fcf685719bb7e4843da85faf7233b88c583;hp=722d225cddc7854a304ea96476122166ed17016a;hpb=cd4c0598060dc6539604c9cad8cb645aa14b4ab1;p=fw%2Fopenocd diff --git a/src/pld/xilinx_bit.h b/src/pld/xilinx_bit.h index 722d225cd..131a78347 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 */