change #include "commands.h" to <jtag/commands.h>
authorZachary T Welch <zw@superlucidity.net>
Thu, 3 Dec 2009 12:14:30 +0000 (04:14 -0800)
committerZachary T Welch <zw@superlucidity.net>
Thu, 3 Dec 2009 12:22:52 +0000 (04:22 -0800)
Changes from the flat namespace to heirarchical one.  Instead of writing:

#include "commands.h"

the following form should be used.

#include <jtag/commands.h>

The exception is from .c files in the same directory.

src/jtag/drivers/amt_jtagaccel.c
src/jtag/drivers/arm-jtag-ew.c
src/jtag/drivers/bitbang.c
src/jtag/drivers/bitq.h
src/jtag/drivers/ft2232.c
src/jtag/drivers/gw16012.c
src/jtag/drivers/jlink.c
src/jtag/drivers/minidriver_imp.h
src/jtag/drivers/rlink.c
src/jtag/drivers/usbprog.c
src/jtag/drivers/vsllink.c

index d26482a6136703d55b718bbe1f1342ce336882b2..bdae42e9686730659136daaa397e9240d43276e9 100644 (file)
@@ -22,7 +22,7 @@
 #endif
 
 #include "interface.h"
-#include "commands.h"
+#include <jtag/commands.h>
 
 
 #if PARPORT_USE_PPDEV == 1
index 46c3107056d6950fb91149a4658ef8daaa9e216f..be261859f26ffe713a72c5c8ed6e20a0c64cc9fd 100644 (file)
@@ -23,7 +23,7 @@
 #endif
 
 #include "interface.h"
-#include "commands.h"
+#include <jtag/commands.h>
 #include <usb.h>
 #include "usb_common.h"
 
index 69c17298849007592828bd3d4d58529b0b84fd93..da19171c15fe67ad054185cfce1e081435445b9a 100644 (file)
@@ -26,7 +26,7 @@
 
 #include "bitbang.h"
 #include "interface.h"
-#include "commands.h"
+#include <jtag/commands.h>
 
 /**
  * Function bitbang_stableclocks
index 48b47db7a694956ab2d996e31033159a27fad17a..75d208dae472f7a72095dea95b978c8c986bd907 100644 (file)
@@ -20,7 +20,7 @@
 #ifndef BITQ_H
 #define BITQ_H
 
-#include "commands.h"
+#include <jtag/commands.h>
 
 struct bitq_interface {
        // function to enqueueing low level IO requests
index 30695a9ab0abada742bf80db447c6ebb845c917c..c7503f8a46c19bebaab118c7048d3c394091f6b6 100644 (file)
@@ -42,7 +42,7 @@
 
 /* project specific includes */
 #include "interface.h"
-#include "commands.h"
+#include <jtag/commands.h>
 #include <helper/time_support.h>
 
 #if IS_CYGWIN == 1
index b827fd53a12e543acf3f48c32a77c8e708674cb2..44e4f8098dda9792ade8745c641b666e3db56e1d 100644 (file)
@@ -22,7 +22,7 @@
 #endif
 
 #include "interface.h"
-#include "commands.h"
+#include <jtag/commands.h>
 
 
 #if 1
index 9b2326bdb0918a9f3c7614b136bdcf0ea6ccef0c..89ba33ef6fd6ebd8f37d33e04782ef4218f34f69 100644 (file)
@@ -26,7 +26,7 @@
 #endif
 
 #include "interface.h"
-#include "commands.h"
+#include <jtag/commands.h>
 #include "usb_common.h"
 
 
index f60580c416359e1712c47419afcc9e05d7010f35..1efd2428b0fb05cca28f882232a0c28e20e3562a 100644 (file)
@@ -21,7 +21,7 @@
 #ifndef MINIDRIVER_IMP_H
 #define MINIDRIVER_IMP_H
 
-#include "commands.h"
+#include <jtag/commands.h>
 
 static inline void interface_jtag_alloc_in_value32(struct scan_field *field)
 {
index a039080e9cfbaf2769c1b32bf49f7cd5792e6da6..f8b8bdc2c5b3e3ee54bbd3239afdb571816615fe 100644 (file)
@@ -29,7 +29,7 @@
 
 /* project specific includes */
 #include "interface.h"
-#include "commands.h"
+#include <jtag/commands.h>
 #include "rlink.h"
 #include "rlink_st7.h"
 #include "rlink_ep1_cmd.h"
index 204d0e2e9f5430e1fe69c7fdb12f79bc120f9db6..de84fbd7073d757b58ee0a44dadf6d12b2ef536d 100644 (file)
@@ -35,7 +35,7 @@
 #endif
 
 #include "interface.h"
-#include "commands.h"
+#include <jtag/commands.h>
 #include "usb_common.h"
 
 
index cc3308f573c08daa97729e4f901dc84120d864e4..bdc1f4a6638f17dd8344cf44a76f9b48deeb34e1 100644 (file)
@@ -27,7 +27,7 @@
 #endif
 
 #include "interface.h"
-#include "commands.h"
+#include <jtag/commands.h>
 #include "usb_common.h"
 
 //#define _VSLLINK_IN_DEBUG_MODE_