ARM: rename armv4_5_algorithm as arm_algorithm
[fw/openocd] / src / target / armv4_5.h
index b56a1f16eb2d57ef310ee55d8f03a365b8af3fde..0b28301332673c147f707dcd816400357a74c2eb 100644 (file)
@@ -160,7 +160,7 @@ static inline bool is_arm(struct arm *arm)
        return arm && arm->common_magic == ARM_COMMON_MAGIC;
 }
 
-struct armv4_5_algorithm
+struct arm_algorithm
 {
        int common_magic;