target: Rename 'linked_BRP' to 'linked_brp'
[fw/openocd] / src / target / breakpoints.h
index 20faf4e6c2690064b4bc1a5691981cf83a92bd00..b4a3511d20b806f2be337e40e7870311b7ee23c7 100644 (file)
@@ -21,6 +21,8 @@
 
 #include <stdint.h>
 
+#include "helper/types.h"
+
 struct target;
 
 enum breakpoint_type {
@@ -41,7 +43,7 @@ struct breakpoint {
        uint8_t *orig_instr;
        struct breakpoint *next;
        uint32_t unique_id;
-       int linked_BRP;
+       int linked_brp;
 };
 
 struct watchpoint {