target/arm_adi_v5: Fix clear sticky overrun flag during replay of commands
[fw/openocd] / src / target / avr32_mem.h
index a85137e04232b2b99d8514e72f1f2e36a78eaf29..f60a12179b8e8536b3f3e6cb82ec46d665ae29e6 100644 (file)
  *   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 <http://www.gnu.org/licenses/>. *
  ***************************************************************************/
 
-#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 */