s/typedef serial_t/struct serial */
[deliverable/binutils-gdb.git] / gdb / remote-st.c
index 55e1392642d75f2f872067146f14dd713f31dc77..cda69b6ae9eee546aea37157ee7d771c24b61ed0 100644 (file)
@@ -61,7 +61,7 @@ static int timeout = 24;
    st2000_open knows that we don't have a file open when the program
    starts.  */
 
-static serial_t st2000_desc;
+static struct serial *st2000_desc;
 
 /* Send data to stdebug.  Works just like printf. */
 
This page took 0.023574 seconds and 4 git commands to generate.