11 #ifndef OPENOCD_TARGET_ARM966E_H
12 #define OPENOCD_TARGET_ARM966E_H
16 #define ARM966E_COMMON_MAGIC 0x20f920f9U
static struct arm966e_common * target_to_arm966(struct target *target)
int arm966e_write_cp15(struct target *target, int reg_addr, uint32_t value)
const struct command_registration arm966e_command_handlers[]
int arm966e_init_arch_info(struct target *target, struct arm966e_common *arm966e, struct jtag_tap *tap)
Structure for items that are common between both ARM7 and ARM9 targets.
unsigned int common_magic
uint32_t cp15_control_reg
#define container_of(ptr, type, member)
Cast a member of a structure out to the containing structure.