X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Ftarget%2Favrt.h;h=3610eb5e325d774508be49d9a6325181d7a2eba4;hb=bda2d7371874569cd5232580a3602dd56083a304;hp=707b481609e3cd14c3f1d87ec2597bd1a1a04bf7;hpb=08d4411b59dd8bd0e7d8009003b71d23acbf6eee;p=openocd.git diff --git a/src/target/avrt.h b/src/target/avrt.h index 707b481609..3610eb5e32 100644 --- a/src/target/avrt.h +++ b/src/target/avrt.h @@ -13,13 +13,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 AVRT_H -#define AVRT_H +#ifndef OPENOCD_TARGET_AVRT_H +#define OPENOCD_TARGET_AVRT_H #include @@ -36,4 +34,4 @@ int avr_jtag_sendinstr(struct jtag_tap *tap, uint8_t *ir_in, uint8_t ir_out); int avr_jtag_senddat(struct jtag_tap *tap, uint32_t *dr_in, uint32_t dr_out, int len); -#endif /* AVRT_H */ +#endif /* OPENOCD_TARGET_AVRT_H */