X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Ftarget%2Favr32_jtag.h;h=b431ef4c828aff9d815b214bf7dde2a914514ed8;hp=b5fdeafa7430f84ae820d3b2f7cf79b419ee96d7;hb=a851b91c4c1db76dd1e26a7d1a99124ad456b020;hpb=08d4411b59dd8bd0e7d8009003b71d23acbf6eee diff --git a/src/target/avr32_jtag.h b/src/target/avr32_jtag.h index b5fdeafa74..b431ef4c82 100644 --- a/src/target/avr32_jtag.h +++ b/src/target/avr32_jtag.h @@ -12,13 +12,11 @@ * GNU General Public License for more details. * * * * 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., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * + * along with this program. If not, see . * ***************************************************************************/ -#ifndef AVR32_JTAG -#define AVR32_JTAG +#ifndef OPENOCD_TARGET_AVR32_JTAG_H +#define OPENOCD_TARGET_AVR32_JTAG_H #define AVR32NUMCOREREGS 17 @@ -102,4 +100,4 @@ int avr32_ocd_clearbits(struct avr32_jtag *jtag, int reg, uint32_t bits); int avr32_jtag_exec(struct avr32_jtag *jtag_info, uint32_t inst); -#endif /* AVR32_JTAG */ +#endif /* OPENOCD_TARGET_AVR32_JTAG_H */