X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Ftarget%2Fcortex_m3.h;h=e1f8ef8039018f642c068cb5216f6f7dfacb6bfc;hb=89fa8ce2d8c58707f3dfda397138f8ee336e1a47;hp=e16aa89feb96544664d4997f8e032843656341bd;hpb=ff640f197a9a343b2f3ed10e9174e35282334e8c;p=openocd.git diff --git a/src/target/cortex_m3.h b/src/target/cortex_m3.h index e16aa89feb..e1f8ef8039 100644 --- a/src/target/cortex_m3.h +++ b/src/target/cortex_m3.h @@ -140,13 +140,6 @@ enum cortex_m3_soft_reset_config CORTEX_M3_RESET_VECTRESET, }; -enum cortex_m3_isrmasking_mode -{ - CORTEX_M3_ISRMASK_AUTO, - CORTEX_M3_ISRMASK_OFF, - CORTEX_M3_ISRMASK_ON, -}; - struct cortex_m3_common { int common_magic; @@ -173,8 +166,6 @@ struct cortex_m3_common enum cortex_m3_soft_reset_config soft_reset_config; - enum cortex_m3_isrmasking_mode isrmasking_mode; - struct armv7m_common armv7m; };