ETM: remove old mid-level ETM handle
[fw/openocd] / src / target / arm7tdmi.h
index da5c0401958260fff94ee159b613302796e32af0..f69ba49ef519fc3a9caa9a60565b8d609cd1dc20 100644 (file)
 
 #include "embeddedice.h"
 
-#define        ARM7TDMI_COMMON_MAGIC 0x00a700a7
-
+/* FIXME we don't really need a separate arm7tdmi struct any more...
+ * remove it, the arm7/arm9 common struct suffices.
+ */
 typedef struct arm7tdmi_common_s
 {
-       int common_magic;
-       void *arch_info;
        arm7_9_common_t arm7_9_common;
 } arm7tdmi_common_t;