summaryrefslogtreecommitdiff
path: root/sim/arm/dbg_conf.h
diff options
context:
space:
mode:
Diffstat (limited to 'sim/arm/dbg_conf.h')
-rw-r--r--sim/arm/dbg_conf.h28
1 files changed, 15 insertions, 13 deletions
diff --git a/sim/arm/dbg_conf.h b/sim/arm/dbg_conf.h
index c0e486f23e4..2e49dddc826 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