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.
15 files changed:
#endif
#include <helper/types.h>
-#include "jtag.h"
+#include <jtag/jtag.h>
#include <helper/ioutil.h>
#include <helper/configuration.h>
#include "xsvf.h"
#define STR9XPEC_H
#include "flash.h"
-#include "jtag.h"
+#include <jtag/jtag.h>
struct str9xpec_flash_controller
{
#ifndef JTAG_COMMANDS_H
#define JTAG_COMMANDS_H
-#include "jtag.h"
+#include <jtag/jtag.h>
/**
* The inferred type of a scan_command_s structure, indicating whether
#ifndef OPENOCD_JTAG_INTERFACE_H
#define OPENOCD_JTAG_INTERFACE_H
-#include "jtag.h"
+#include <jtag/jtag.h>
/* @file
* The "Cable Helper API" is what the cable drivers can use to help
#endif
#include "openocd.h"
-#include "jtag.h"
+#include <jtag/jtag.h>
#include <helper/ioutil.h>
#include <helper/configuration.h>
#include "xsvf.h"
#ifndef VIRTEX2_H
#define VIRTEX2_H
-#include "jtag.h"
+#include <jtag/jtag.h>
struct virtex2_pld_device
{
#include "flash.h"
#include "gdb_server.h"
#include "image.h"
-#include "jtag.h"
+#include <jtag/jtag.h>
#if 0
#include "config.h"
#endif
-#include "jtag.h"
+#include <jtag/jtag.h>
#include "svf.h"
#include <helper/time_support.h>
#ifndef SVF_H
#define SVF_H
-#include "jtag.h"
+#include <jtag/jtag.h>
int svf_register_commands(struct command_context *cmd_ctx);
#include "armv4_5.h" /* REVISIT to become arm.h */
#include "arm_dpm.h"
-#include "jtag.h"
+#include <jtag/jtag.h>
#include "register.h"
#include "breakpoints.h"
#include "target_type.h"
#ifndef ARM_JTAG
#define ARM_JTAG
-#include "jtag.h"
+#include <jtag/jtag.h>
struct arm_jtag
{
#ifndef AVRT_H
#define AVRT_H
-#include "jtag.h"
+#include <jtag/jtag.h>
struct mcu_jtag
{
#ifndef MIPS_EJTAG
#define MIPS_EJTAG
-#include "jtag.h"
+#include <jtag/jtag.h>
/* tap instructions */
#define EJTAG_INST_IDCODE 0x01
#include "register.h"
#include "trace.h"
#include "image.h"
-#include "jtag.h"
+#include <jtag/jtag.h>
static int target_array2mem(Jim_Interp *interp, struct target *target, int argc, Jim_Obj *const *argv);
#endif
#include "xsvf.h"
-#include "jtag.h"
+#include <jtag/jtag.h>
#include "svf.h"