pipes: add documentation for pipes
[fw/openocd] / src / target / cortex_a8.h
index 87db23ec43b6b68e84bc08128ec52f51f9ebc85b..7e116e49a441a167839ad169010790e01d6eeae1 100644 (file)
@@ -31,8 +31,6 @@
 
 #include "armv7a.h"
 
-extern char* cortex_a8_state_strings[];
-
 #define CORTEX_A8_COMMON_MAGIC 0x411fc082
 
 /* See Cortex-A8 TRM section 12.5 */
@@ -74,6 +72,9 @@ struct cortex_a8_common
        /* Use cortex_a8_read_regs_through_mem for fast register reads */
        int fast_reg_read;
 
+       /* Flag that helps to resolve what ttb to use: user or kernel */
+       int current_address_mode;
+
        struct armv7a_common armv7a_common;
 };