change #include "embeddedice.h" to <target/embeddedice.h>
[fw/openocd] / src / target / arm11.h
index 1cc09e1450cfe53c6d48a6248c72831944c08029..b118e1c6cd3d7dcd2185e6a11264eade7e0e93f3 100644 (file)
 #ifndef ARM11_H
 #define ARM11_H
 
-#include "armv4_5.h"
-#include "arm_dpm.h"
-
-#define ARM11_REGCACHE_COUNT           1
+#include <target/armv4_5.h>
+#include <target/arm_dpm.h>
 
 #define ARM11_TAP_DEFAULT                      TAP_INVALID
 
@@ -69,18 +67,6 @@ struct arm11_common
 
        bool    simulate_reset_on_next_halt;    /**< Perform cleanups of the ARM state on next halt */
 
-       /** \name Shadow registers to save debug state */
-       /*@{*/
-
-       struct reg *    reg_list;                                                       /**< target register list */
-       uint32_t                reg_values[ARM11_REGCACHE_COUNT];       /**< data for registers */
-
-       /*@}*/
-
-
-       // GA
-       struct reg_cache *core_cache;
-
        struct arm_jtag jtag_info;
 };