gdb/
[deliverable/binutils-gdb.git] / gdb / remote.h
index 3adc54ee6c57a6c73c319da7282c52489a290c2c..4cd38f637dba3410ab828fce35a9b617e474d019 100644 (file)
@@ -19,6 +19,8 @@
 #ifndef REMOTE_H
 #define REMOTE_H
 
+#include "remote-notif.h"
+
 struct target_desc;
 
 /* Read a packet from the remote machine, with error checking, and
@@ -59,4 +61,5 @@ extern int remote_register_number_and_offset (struct gdbarch *gdbarch,
                                              int regnum, int *pnum,
                                              int *poffset);
 
+extern void remote_notif_get_pending_events (struct notif_client *np);
 #endif
This page took 0.024521 seconds and 4 git commands to generate.