X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Ftarget%2Favrt.h;h=37ea8e3dc5754fa6be2d355a388d04933e631892;hb=996613522df32870b23e68d8d63e523908694598;hp=e840aaf96c24cc92d3094ebcccfbea15fb430d49;hpb=b2a13907a86eb23b96452c27729d16f658cbad53;p=openocd.git diff --git a/src/target/avrt.h b/src/target/avrt.h index e840aaf96c..37ea8e3dc5 100644 --- a/src/target/avrt.h +++ b/src/target/avrt.h @@ -20,9 +20,11 @@ #ifndef AVRT_H #define AVRT_H +#include "jtag.h" + typedef struct mcu_jtag_s { - jtag_tap_t *tap; + struct jtag_tap *tap; } mcu_jtag_t; typedef struct avr_common_s