arm946e: add icache/dcache manipulation commands.
[fw/openocd] / src / target / arm.h
index ab7d85c633775a95db8b8afddff90aa7d5a2b92c..30e2c76eabb2fcea9e040461277a12be91dda13f 100644 (file)
@@ -125,6 +125,9 @@ struct arm {
        /** Flag reporting unavailability of the BKPT instruction. */
        bool is_armv4;
 
+       /** Flag reporting armv6m based core. */
+       bool is_armv6m;
+
        /** Flag reporting whether semihosting is active. */
        bool is_semihosting;