target: Cortex-M use consistent arm dap access
[fw/openocd] / src / target / avr32_regs.h
index 01ea3ed0964ef25fe35e813533f96fdc138ed04b..0c59673d00772898cb86cf7a9e0f5d1ab9148003 100644 (file)
@@ -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 */
-