- 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:
parent
a4cb112599
commit
3a4f43ab56
1903
src/flash/tms470.c
1903
src/flash/tms470.c
File diff suppressed because it is too large
Load Diff
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue