aboutsummaryrefslogtreecommitdiff
path: root/src/target/avr32_regs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/target/avr32_regs.h')
-rw-r--r--src/target/avr32_regs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/avr32_regs.h b/src/target/avr32_regs.h
index 01ea3ed0..0c59673d 100644
--- a/src/target/avr32_regs.h
+++ b/src/target/avr32_regs.h
@@ -16,6 +16,7 @@
* Free Software Foundation, Inc., *
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
+
#ifndef AVR32_REGS
#define AVR32_REGS
@@ -43,4 +44,3 @@ 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 */
-