diff options
Diffstat (limited to 'sim/arm/dbg_conf.h')
-rw-r--r-- | sim/arm/dbg_conf.h | 28 |
1 files changed, 15 insertions, 13 deletions
diff --git a/sim/arm/dbg_conf.h b/sim/arm/dbg_conf.h index c0e486f..2e49ddd 100644 --- a/sim/arm/dbg_conf.h +++ b/sim/arm/dbg_conf.h @@ -19,19 +19,21 @@ #define Dbg_Conf__h -typedef struct Dbg_ConfigBlock { - int bytesex; - long memorysize; - int serialport; /*) remote connection parameters */ - int seriallinespeed; /*) (serial connection) */ - int parallelport; /*) ditto */ - int parallellinespeed; /*) (parallel connection) */ - int processor; /* processor the armulator is to emulate (eg ARM60) */ - int rditype; /* armulator / remote processor */ - int drivertype; /* parallel / serial / etc */ - char const *configtoload; - int flags; -} Dbg_ConfigBlock; +typedef struct Dbg_ConfigBlock +{ + int bytesex; + long memorysize; + int serialport; /*) remote connection parameters */ + int seriallinespeed; /*) (serial connection) */ + int parallelport; /*) ditto */ + int parallellinespeed; /*) (parallel connection) */ + int processor; /* processor the armulator is to emulate (eg ARM60) */ + int rditype; /* armulator / remote processor */ + int drivertype; /* parallel / serial / etc */ + char const *configtoload; + int flags; +} +Dbg_ConfigBlock; #define Dbg_ConfigFlag_Reset 1 |