X-Git-Url: https://git.gag.com/?a=blobdiff_plain;ds=sidebyside;f=src%2Ftarget%2Favrt.h;h=707b481609e3cd14c3f1d87ec2597bd1a1a04bf7;hb=5df0dfb7f42f6c5a82a08a61869609c389b34a21;hp=221f9240e2049d645697eef51866a1f093530d50;hpb=decd417064b63c8eda69ad523a63fefd22036d16;p=fw%2Fopenocd diff --git a/src/target/avrt.h b/src/target/avrt.h index 221f9240e..707b48160 100644 --- a/src/target/avrt.h +++ b/src/target/avrt.h @@ -15,20 +15,19 @@ * You should have received a copy of the GNU General Public License * * along with this program; if not, write to the * * Free Software Foundation, Inc., * - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 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; };