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:
@@ -23,10 +23,10 @@
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#define DEFINE_TARGET_TYPE_S
|
||||
#include "mips32.h"
|
||||
#include "mips_m4k.h"
|
||||
#include "mips32_dmaacc.h"
|
||||
#include "target_type.h"
|
||||
|
||||
|
||||
/* cli handling */
|
||||
|
||||
Reference in New Issue
Block a user