aboutsummaryrefslogtreecommitdiff
path: root/include/gdb/remote-sim.h
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-03-15 02:55:08 -0400
committerMike Frysinger <vapier@gentoo.org>2015-03-15 03:05:05 -0400
commit8406bb5944940a8830b37b97584dda3208a3d07d (patch)
tree9fed3d4c5c3ca932b0fc4955a965bf38ea3dd447 /include/gdb/remote-sim.h
parentb19839da382a4755e91d0a943b6d89d13fd74972 (diff)
downloadfsf-binutils-gdb-8406bb5944940a8830b37b97584dda3208a3d07d.zip
fsf-binutils-gdb-8406bb5944940a8830b37b97584dda3208a3d07d.tar.gz
fsf-binutils-gdb-8406bb5944940a8830b37b97584dda3208a3d07d.tar.bz2
sim: dv-sockser: push module init prototype down
Pull out the duplicated dv_sockser_install prototype from the tconfig.in files and put it in the one place it gets used -- sim-module.c. This is still arguably incorrect, but it's better than the status quo where the tconfig.in has to include header files and duplicate the dv-sockser func. The tconfig header is meant to be simple and contain a target defines.
Diffstat (limited to 'include/gdb/remote-sim.h')
-rw-r--r--include/gdb/remote-sim.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/gdb/remote-sim.h b/include/gdb/remote-sim.h
index 3dca380..bd8ddc0 100644
--- a/include/gdb/remote-sim.h
+++ b/include/gdb/remote-sim.h
@@ -60,9 +60,10 @@ typedef enum {
} SIM_RC;
-/* The bfd struct, as an opaque type. */
+/* Some structs, as opaque types. */
struct bfd;
+struct host_callback_struct;
/* Main simulator entry points. */