import gdb-2000-02-04 snapshot
[deliverable/binutils-gdb.git] / sim / arm / dbg_conf.h
index c0e486f23e423f8fa77e1b4314815267785c7709..2e49dddc826351b81fb672d9fa134197d4a4c3f0 100644 (file)
 
 #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
 
This page took 0.035147 seconds and 4 git commands to generate.