mirror of
https://github.com/linux-msm/openocd.git
synced 2026-02-25 13:15:07 -08:00
armv7a_algorithm_t -> struct armv7a_algorithm
Remove misleading typedef and redundant suffix from struct armv7a_algorithm.
This commit is contained in:
@@ -133,13 +133,13 @@ target_to_armv7a(struct target_s *target)
|
||||
armv4_5_common);
|
||||
}
|
||||
|
||||
typedef struct armv7a_algorithm_s
|
||||
struct armv7a_algorithm
|
||||
{
|
||||
int common_magic;
|
||||
|
||||
enum armv7a_mode core_mode;
|
||||
enum armv7a_state core_state;
|
||||
} armv7a_algorithm_t;
|
||||
};
|
||||
|
||||
typedef struct armv7a_core_reg_s
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user