aboutsummaryrefslogtreecommitdiff
path: root/sim/frv/sim-main.h
diff options
context:
space:
mode:
Diffstat (limited to 'sim/frv/sim-main.h')
-rw-r--r--sim/frv/sim-main.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sim/frv/sim-main.h b/sim/frv/sim-main.h
index d5a67cb..ef14d64 100644
--- a/sim/frv/sim-main.h
+++ b/sim/frv/sim-main.h
@@ -43,6 +43,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */
#include "profile.h"
void frv_sim_engine_halt_hook (SIM_DESC, SIM_CPU *, sim_cia);
+
+extern void frv_sim_close (SIM_DESC sd, int quitting);
+#define SIM_CLOSE_HOOK(...) frv_sim_close (__VA_ARGS__)
/* The _sim_cpu struct. */