X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Ftarget%2Favr32_ap7k.h;h=3f27534a30ee52ab0e92860c4edb57507166406c;hb=a851b91c4c1db76dd1e26a7d1a99124ad456b020;hp=1e4889a5df63e27b7cbc2471bf81ba5e99dbe541;hpb=7bfcc10839d2a9190cb7ae9fae02280e643b3450;p=openocd.git diff --git a/src/target/avr32_ap7k.h b/src/target/avr32_ap7k.h index 1e4889a5df..3f27534a30 100644 --- a/src/target/avr32_ap7k.h +++ b/src/target/avr32_ap7k.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., * - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * + * along with this program. If not, see . * ***************************************************************************/ -#ifndef AVR32_AP7K -#define AVR32_AP7K +#ifndef OPENOCD_TARGET_AVR32_AP7K_H +#define OPENOCD_TARGET_AVR32_AP7K_H struct target; @@ -42,4 +40,4 @@ struct avr32_core_reg { struct avr32_ap7k_common *avr32_common; }; -#endif /*AVR32_AP7K*/ +#endif /* OPENOCD_TARGET_AVR32_AP7K_H */