riscv-openocd/src/pld
Zachary T Welch cb4a475f6c change #include "jtag.h" to <jtag/jtag.h>
Changes from the flat namespace to heirarchical one.  Instead of writing:

	#include "jtag.h"

the following form should be used.

	#include <jtag/jtag.h>

The exception is from .c files in the same directory.
2009-12-03 04:24:33 -08:00
..
Makefile.am allow #include directives to use module name 2009-12-03 01:54:15 -08:00
pld.c change #include "time_support.h" to <helper/time_support.h> 2009-12-03 04:22:52 -08:00
pld.h change #include "command.h" to <helper/command.h> 2009-12-03 04:22:48 -08:00
virtex2.c pld: use static registration instead of callback 2009-11-24 21:37:33 -08:00
virtex2.h change #include "jtag.h" to <jtag/jtag.h> 2009-12-03 04:24:33 -08:00
xilinx_bit.c change #include "log.h" to <helper/log.h> 2009-12-03 04:22:52 -08:00
xilinx_bit.h change #include "types.h" to <helper/types.h> 2009-12-03 04:22:52 -08:00