summaryrefslogtreecommitdiff
path: root/src/target/avrt.c
diff options
context:
space:
mode:
authorzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-05-31 12:38:28 +0000
committerzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-05-31 12:38:28 +0000
commit74df79d4d86b503118ec904f72549ac3e9a8e469 (patch)
treedf0fefc995e782bf9a1679f6c47d7265642d3f50 /src/target/avrt.c
parente8e0af395649b4b74786653256d5272f4689bc16 (diff)
downloadopenocd+libswd-74df79d4d86b503118ec904f72549ac3e9a8e469.tar.gz
openocd+libswd-74df79d4d86b503118ec904f72549ac3e9a8e469.tar.bz2
openocd+libswd-74df79d4d86b503118ec904f72549ac3e9a8e469.tar.xz
openocd+libswd-74df79d4d86b503118ec904f72549ac3e9a8e469.zip
Final step in isolating target_type_s structure:
- Move definition of 'struct target_type_s' into new 'target_type.h' file. - Forward delclaration remains in target.h, with comment pointing to new file. - Replaces #define with #include in source files. git-svn-id: svn://svn.berlios.de/openocd/trunk@1971 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/target/avrt.c')
-rw-r--r--src/target/avrt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/avrt.c b/src/target/avrt.c
index db6c101d..a0b27113 100644
--- a/src/target/avrt.c
+++ b/src/target/avrt.c
@@ -21,9 +21,9 @@
#include "config.h"
#endif
-#define DEFINE_TARGET_TYPE_S
#include "avrt.h"
#include "target.h"
+#include "target_type.h"
#define AVR_JTAG_INS_LEN 4