aboutsummaryrefslogtreecommitdiff
path: root/src/target/armv7a_cache.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/target/armv7a_cache.h')
-rw-r--r--src/target/armv7a_cache.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/target/armv7a_cache.h b/src/target/armv7a_cache.h
index e14177bd..0efdab74 100644
--- a/src/target/armv7a_cache.h
+++ b/src/target/armv7a_cache.h
@@ -30,4 +30,9 @@ int armv7a_cache_auto_flush_all_data(struct target *target);
extern const struct command_registration arm7a_cache_command_handlers[];
+/* CLIDR cache types */
+#define CACHE_LEVEL_HAS_UNIFIED_CACHE 0x4
+#define CACHE_LEVEL_HAS_D_CACHE 0x2
+#define CACHE_LEVEL_HAS_I_CACHE 0x1
+
#endif