X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Ftarget%2Favr32_mem.h;h=f60a12179b8e8536b3f3e6cb82ec46d665ae29e6;hb=d537cce7ef49bf2f4bc81cf016f784a9adf2537a;hp=a85137e04232b2b99d8514e72f1f2e36a78eaf29;hpb=374127301ec1d72033b9d573b72c7abdfd61990d;p=openocd.git diff --git a/src/target/avr32_mem.h b/src/target/avr32_mem.h index a85137e042..f60a12179b 100644 --- a/src/target/avr32_mem.h +++ b/src/target/avr32_mem.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_MEM -#define AVR32_MEM +#ifndef OPENOCD_TARGET_AVR32_MEM_H +#define OPENOCD_TARGET_AVR32_MEM_H int avr32_jtag_read_memory32(struct avr32_jtag *jtag_info, uint32_t addr, int count, uint32_t *buffer); @@ -34,4 +32,4 @@ int avr32_jtag_write_memory16(struct avr32_jtag *jtag_info, int avr32_jtag_write_memory8(struct avr32_jtag *jtag_info, uint32_t addr, int count, const uint8_t *buffer); -#endif /* AVR32_MEM */ +#endif /* OPENOCD_TARGET_AVR32_MEM_H */