X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Ftarget%2Favr32_ap7k.h;h=3f27534a30ee52ab0e92860c4edb57507166406c;hp=59db12b25a7671dd587240ffe690cf899863db7d;hb=0627e4686aa18159327751361940595e19b0c525;hpb=d0e763ac7ef6aa17b17bd00ccdfbccfb4eacda69 diff --git a/src/target/avr32_ap7k.h b/src/target/avr32_ap7k.h index 59db12b25a..3f27534a30 100644 --- a/src/target/avr32_ap7k.h +++ b/src/target/avr32_ap7k.h @@ -15,8 +15,8 @@ * 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; @@ -40,4 +40,4 @@ struct avr32_core_reg { struct avr32_ap7k_common *avr32_common; }; -#endif /*AVR32_AP7K*/ +#endif /* OPENOCD_TARGET_AVR32_AP7K_H */