diff options
Diffstat (limited to 'sim/rx/load.h')
-rw-r--r-- | sim/rx/load.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sim/rx/load.h b/sim/rx/load.h index b9c63d3..ef78814 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); |