24bit buffer support
[fw/openocd] / src / target / cortex_a8.h
index 82a34a762f7956c77feb4a6bed90cd3acf0cf7ac..7e116e49a441a167839ad169010790e01d6eeae1 100644 (file)
@@ -29,7 +29,7 @@
 #ifndef CORTEX_A8_H
 #define CORTEX_A8_H
 
-#include <target/armv7a.h>
+#include "armv7a.h"
 
 #define CORTEX_A8_COMMON_MAGIC 0x411fc082
 
@@ -72,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;
 };