summaryrefslogtreecommitdiff
path: root/sim/rx/load.h
diff options
context:
space:
mode:
Diffstat (limited to 'sim/rx/load.h')
-rw-r--r--sim/rx/load.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sim/rx/load.h b/sim/rx/load.h
index b9c63d31f0a..ef78814e4b2 100644
--- a/sim/rx/load.h
+++ b/sim/rx/load.h
@@ -20,8 +20,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */
#include "bfd.h"
+#include "gdb/callback.h"
extern int default_machine;
void rx_set_mach (int mach);
-void rx_load (bfd *);
+void rx_load (bfd *, host_callback *callback);