openocd/src
Zachary T Welch c6dd6a576d change #include "target.h" to <target/target.h>
Changes from the flat namespace to heirarchical one.  Instead of writing:

	#include "target.h"

the following form should be used.

	#include <target/target.h>

The exception is from .c files in the same directory.
2009-12-03 04:24:42 -08:00
..
flash change #include "target.h" to <target/target.h> 2009-12-03 04:24:42 -08:00
helper change #include "target.h" to <target/target.h> 2009-12-03 04:24:42 -08:00
jtag change #include "embeddedice.h" to <target/embeddedice.h> 2009-12-03 04:24:41 -08:00
pld change #include "jtag.h" to <jtag/jtag.h> 2009-12-03 04:24:33 -08:00
server change #include "target.h" to <target/target.h> 2009-12-03 04:24:42 -08:00
svf change #include "jtag.h" to <jtag/jtag.h> 2009-12-03 04:24:33 -08:00
target change #include "target.h" to <target/target.h> 2009-12-03 04:24:42 -08:00
xsvf change #include "jtag.h" to <jtag/jtag.h> 2009-12-03 04:24:33 -08:00
ecosboard.c change #include "jtag.h" to <jtag/jtag.h> 2009-12-03 04:24:33 -08:00
hello.c change #include "log.h" to <helper/log.h> 2009-12-03 04:22:52 -08:00
hello.h improve command handling examples 2009-11-25 10:29:05 -08:00
main.c add openocd.h for top-level declarations 2009-11-14 07:29:16 -08:00
Makefile.am adding files required for distribution 2009-12-02 18:29:05 -08:00
openocd.c change #include "jtag.h" to <jtag/jtag.h> 2009-12-03 04:24:33 -08:00
openocd.h remove #if logic for openocd_sleep_*lude 2009-12-02 13:26:26 -08:00