- code reformat (Thanks Pavel Chromy)

git-svn-id: svn://svn.berlios.de/openocd/trunk@354 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
ntfreak 2008-02-26 19:51:18 +00:00
parent a4cb112599
commit 3a4f43ab56
2 changed files with 888 additions and 1035 deletions

File diff suppressed because it is too large Load Diff

View File

@ -25,17 +25,17 @@
typedef struct tms470_flash_bank_s
{
unsigned ordinal;
unsigned ordinal;
/* device identification register */
u32 device_ident_reg;
u32 silicon_version;
u32 technology_family;
u32 rom_flash;
u32 part_number;
char * part_name;
int probed;
/* device identification register */
u32 device_ident_reg;
u32 silicon_version;
u32 technology_family;
u32 rom_flash;
u32 part_number;
char * part_name;
int probed;
} tms470_flash_bank_t;
#endif /* TMS470_DOT_H */