tcl/target|board: add config Atheros ar2313
[fw/openocd] / src / target / avr32_regs.h
index 01ea3ed0964ef25fe35e813533f96fdc138ed04b..6590dec9c9e6dd5c1943d0941692e12d17a45b07 100644 (file)
@@ -14,8 +14,9 @@
  *   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.             *
+ *   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 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 */
-