X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Ftarget%2Favr32_regs.h;h=cb492a9febcebd5d6934004c0008a73e097a4005;hb=4a9a07b1c5189e8f9024fa843f511a0e948e61b5;hp=0c59673d00772898cb86cf7a9e0f5d1ab9148003;hpb=374127301ec1d72033b9d573b72c7abdfd61990d;p=openocd.git diff --git a/src/target/avr32_regs.h b/src/target/avr32_regs.h index 0c59673d00..cb492a9feb 100644 --- a/src/target/avr32_regs.h +++ b/src/target/avr32_regs.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_REGS -#define AVR32_REGS +#ifndef OPENOCD_TARGET_AVR32_REGS_H +#define OPENOCD_TARGET_AVR32_REGS_H enum avr32_reg_nums { AVR32_REG_R0 = 0, @@ -43,4 +41,4 @@ enum avr32_reg_nums { int avr32_jtag_read_regs(struct avr32_jtag *jtag_info, uint32_t *regs); int avr32_jtag_write_regs(struct avr32_jtag *jtag_info, uint32_t *regs); -#endif /* AVR32_REGS */ +#endif /* OPENOCD_TARGET_AVR32_REGS_H */