X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Ftarget%2Favrt.h;h=54722ac6ba16579bbe3fe1b0eb3580f238140783;hp=e840aaf96c24cc92d3094ebcccfbea15fb430d49;hb=4bc80e5a65dde09ca795e50e77bcfe77b8dd444f;hpb=b2a13907a86eb23b96452c27729d16f658cbad53 diff --git a/src/target/avrt.h b/src/target/avrt.h index e840aaf96c..54722ac6ba 100644 --- a/src/target/avrt.h +++ b/src/target/avrt.h @@ -20,14 +20,16 @@ #ifndef AVRT_H #define AVRT_H -typedef struct mcu_jtag_s +#include "jtag.h" + +struct mcu_jtag { - jtag_tap_t *tap; -} mcu_jtag_t; + struct jtag_tap *tap; +}; typedef struct avr_common_s { - mcu_jtag_t jtag_info; + struct mcu_jtag jtag_info; } avr_common_t; #endif /* AVRT_H */