Remove sanitized-out Magic Cap support, will never be released
[deliverable/binutils-gdb.git] / gdb / serial.h
index 8abcb3d077b3369a4d4493c484c663125b1f1fec..f1963d0961858c74bffd61c00aa9332499aa910e 100644 (file)
@@ -97,8 +97,9 @@ serial_t serial_fdopen PARAMS ((const int fd));
 
 /* Send a break between 0.25 and 0.5 seconds long.  */
 
-#define SERIAL_SEND_BREAK(SERIAL_T) \
-  ((*(SERIAL_T)->ops->send_break) (SERIAL_T))
+extern int serial_send_break PARAMS ((serial_t scb));
+
+#define SERIAL_SEND_BREAK(SERIAL_T) serial_send_break (SERIAL_T)
 
 /* Turn the port into raw mode. */
 
@@ -176,7 +177,6 @@ extern void serial_printf PARAMS ((serial_t desc, const char *, ...))
 
 /* File in which to record the remote debugging session */
 
-extern char *serial_logfile;
-extern FILE *serial_logfp;
+extern void serial_log_command PARAMS ((const char *));
 
 #endif /* SERIAL_H */
This page took 0.023951 seconds and 4 git commands to generate.