X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Ftarget%2Farm920t.h;h=9a837b52852e82409bf1d9b4aad0279af383fb95;hp=38dafcf10ddc27d33d9e0761c7bd927ed3180314;hb=b174a0d75ec81fbcd075c8c8d7f915e4a3d76bc3;hpb=996613522df32870b23e68d8d63e523908694598 diff --git a/src/target/arm920t.h b/src/target/arm920t.h index 38dafcf10d..9a837b5285 100644 --- a/src/target/arm920t.h +++ b/src/target/arm920t.h @@ -45,11 +45,11 @@ target_to_arm920(struct target_s *target) arm9tdmi_common.arm7_9_common.armv4_5_common); } -typedef struct arm920t_cache_line_s +struct arm920t_cache_line { uint32_t cam; uint32_t data[8]; -} arm920t_cache_line_t; +}; typedef struct arm920t_tlb_entry_s {