13 #ifndef OPENOCD_TARGET_MIPS_M4K_H
14 #define OPENOCD_TARGET_MIPS_M4K_H
18 #define MIPSM4K_COMMON_MAGIC 0xB321B321U
40 if (address != *
addr) {
41 LOG_USER(
"Warning: isa bit changed due to isa not implemented");
#define LOG_USER(expr ...)
static struct mips_m4k_common * target_to_m4k(struct target *target)
static void mips_m4k_isa_filter(enum mips32_isa_imp isa_imp, target_addr_t *addr)
target_addr_t addr
Start address to search for the control block.
struct mips32_common mips32
unsigned int common_magic
#define container_of(ptr, type, member)
Cast a member of a structure out to the containing structure.