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
This commit is contained in:
zwelch
2009-05-31 12:38:28 +00:00
parent e8e0af3956
commit 74df79d4d8
18 changed files with 180 additions and 173 deletions

View File

@@ -27,8 +27,8 @@
#include "config.h"
#endif
#define DEFINE_TARGET_TYPE_S
#include "target_request.h"
#include "target_type.h"
#include "binarybuffer.h"
#include "trace.h"
#include "log.h"