diff options
author | Jason Molenda <jsm@bugshack.cygnus.com> | 2000-02-05 07:30:26 +0000 |
---|---|---|
committer | Jason Molenda <jsm@bugshack.cygnus.com> | 2000-02-05 07:30:26 +0000 |
commit | b7ebfe07f32e9873605d6ff420e63f1c9b627559 (patch) | |
tree | dd19e577ac6d8d46f92d0bbe9af1626df8aece50 /sim/arm/dbg_conf.h | |
parent | 1b6027a5b62e0290ef2ca2e514f98a904e8c01d0 (diff) | |
download | gdb-b7ebfe07f32e9873605d6ff420e63f1c9b627559.tar.gz |
import gdb-2000-02-04 snapshot
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 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 |