From 4fedef119259feb8849fbdb8664ecb5a277ccc0d Mon Sep 17 00:00:00 2001
From: David Hoerl <dhoerl@mac.com>
Date: Sat, 10 Oct 2009 20:09:58 +0000
Subject: [PATCH] AVR32

git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk@854 81a1dc3b-b13d-400b-aceb-764788c761c2
---
 avrdude/avrpart.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/avrdude/avrpart.h b/avrdude/avrpart.h
index fb58f306..6d67bc59 100644
--- a/avrdude/avrpart.h
+++ b/avrdude/avrpart.h
@@ -89,6 +89,8 @@ typedef struct opcode {
 #define AVRPART_ENABLEPAGEPROGRAMMING 0x0020 /* JTAG ICE mkII param. */
 #define AVRPART_HAS_DW         0x0040  /* part has a debugWire i/f */
 #define AVRPART_HAS_PDI        0x0080  /* part has PDI i/f rather than ISP (ATxmega) */
+#define AVRPART_AVR32          0x0100  /* part is in AVR32 family */
+#define AVRPART_CHIP_ERASE     0x0200  /* part will undergo chip erase */
 
 #define AVR_DESCLEN 64
 #define AVR_IDLEN   32