riscv-openocd/src/pld
Zachary T Welch 896ac8d4ef allow #include directives to use module name
Includes the src directory in the search path, so header files may be
migrated from:

  #include "foo.h"

to
  #include <module/foo.h>

which is more conducive for installation.
2009-12-03 01:54:15 -08:00
..
Makefile.am allow #include directives to use module name 2009-12-03 01:54:15 -08:00
pld.c pld: factor init to 'pld init' 2009-12-02 13:26:22 -08:00
pld.h pld: use static registration instead of callback 2009-11-24 21:37:33 -08:00
virtex2.c pld: use static registration instead of callback 2009-11-24 21:37:33 -08:00
virtex2.h virtex2_pld_device_t -> struct virtex2_pld_device 2009-11-13 11:58:08 -08:00
xilinx_bit.c xilinx_bit_file_t -> struct xilinx_bit_file 2009-11-13 11:58:08 -08:00
xilinx_bit.h xilinx_bit_file_t -> struct xilinx_bit_file 2009-11-13 11:58:08 -08:00