X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Ftarget%2Favrt.h;h=076fddbf123a0aed44de59ba5dd881941eb8715c;hb=37a6e402502d698aaf9d4f6d32fe4ccdcc5ff9b6;hp=221f9240e2049d645697eef51866a1f093530d50;hpb=decd417064b63c8eda69ad523a63fefd22036d16;p=openocd.git diff --git a/src/target/avrt.h b/src/target/avrt.h index 221f9240e2..076fddbf12 100644 --- a/src/target/avrt.h +++ b/src/target/avrt.h @@ -17,18 +17,17 @@ * Free Software Foundation, Inc., * * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * ***************************************************************************/ + #ifndef AVRT_H #define AVRT_H #include -struct mcu_jtag -{ +struct mcu_jtag { struct jtag_tap *tap; }; -struct avr_common -{ +struct avr_common { struct mcu_jtag jtag_info; };