#include "target.h" less wildly
[fw/openocd] / src / flash / avrf.h
index bcd3b72a9f21bffc8575a697e3febbb471dcaa29..e75d9d7eb60d9f7b570e295ec30dcdc36432791f 100644 (file)
@@ -22,7 +22,7 @@
 
 #include "types.h"
 
-typedef struct avrf_type_s
+struct avrf_type
 {
        char name[15];
        uint16_t chip_id;
@@ -30,12 +30,12 @@ typedef struct avrf_type_s
        int flash_page_num;
        int eeprom_page_size;
        int eeprom_page_num;
-} avrf_type_t;
+};
 
-typedef struct avrf_flash_bank_s
+struct avrf_flash_bank
 {
        int ppage_size;
        int probed;
-} avrf_flash_bank_t;
+};
 
 #endif /* AVRF_H */