target/arm: rename CamelCase symbols
[fw/openocd] / src / target / cortex_a.h
index 84e42a706045ea4996acfcaee9c4a746628a9f25..685621c6b1d03c92d18032c05bc32752c772de4f 100644 (file)
@@ -68,14 +68,14 @@ struct cortex_a_brp {
        int type;
        uint32_t value;
        uint32_t control;
-       uint8_t BRPn;
+       uint8_t brpn;
 };
 
 struct cortex_a_wrp {
        bool used;
        uint32_t value;
        uint32_t control;
-       uint8_t WRPn;
+       uint8_t wrpn;
 };
 
 struct cortex_a_common {