Fix for PR gdb/209, PR gdb/156:
[deliverable/binutils-gdb.git] / gdb / remote-utils.h
index 568ea08034a3567b87dcc16fa36b3380138f6f66..3ca3bb4dcce3820d9c65bffda4e7419e43d756cf 100644 (file)
@@ -22,8 +22,8 @@
 #ifndef REMOTE_UTILS_H
 #define REMOTE_UTILS_H
 
-#include "serial.h"
 #include "target.h"
+struct serial;
 
 /* Stuff that should be shared (and handled consistently) among the various
    remote targets.  */
@@ -35,7 +35,7 @@ struct _sr_settings
     int retries;
 
     char *device;
-    serial_t desc;
+    struct serial *desc;
 
   };
 
This page took 0.023456 seconds and 4 git commands to generate.