]> git.sur5r.net Git - openocd/blobdiff - src/target/avrt.h
arm920t: -Wshadow warning fixes
[openocd] / src / target / avrt.h
index 54722ac6ba16579bbe3fe1b0eb3580f238140783..221296a9545c8167696166dfee0f72ae5dc44537 100644 (file)
 #ifndef AVRT_H
 #define AVRT_H
 
-#include "jtag.h"
+#include <jtag/jtag.h>
 
 struct mcu_jtag
 {
        struct jtag_tap *tap;
 };
 
-typedef struct avr_common_s
+struct avr_common
 {
        struct mcu_jtag jtag_info;
-} avr_common_t;
+};
 
 #endif /* AVRT_H */