X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Ftarget%2Favr32_regs.h;h=cb492a9febcebd5d6934004c0008a73e097a4005;hb=0dba1815e6362cc08e983f8f09af0224ad5ae693;hp=6590dec9c9e6dd5c1943d0941692e12d17a45b07;hpb=08d4411b59dd8bd0e7d8009003b71d23acbf6eee;p=openocd.git diff --git a/src/target/avr32_regs.h b/src/target/avr32_regs.h index 6590dec9c9..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., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 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 */