···11+/*****************************************************************************
22+ * pce *
33+ *****************************************************************************/
44+55+/*****************************************************************************
66+ * File name: src/arch/sim405/hook.h *
77+ * Created: 2018-12-22 by Hampa Hug <hampa@hampa.ch> *
88+ * Copyright: (C) 2018 Hampa Hug <hampa@hampa.ch> *
99+ *****************************************************************************/
1010+1111+/*****************************************************************************
1212+ * This program is free software. You can redistribute it and / or modify it *
1313+ * under the terms of the GNU General Public License version 2 as published *
1414+ * by the Free Software Foundation. *
1515+ * *
1616+ * This program is distributed in the hope that it will be useful, but *
1717+ * WITHOUT ANY WARRANTY, without even the implied warranty of *
1818+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General *
1919+ * Public License for more details. *
2020+ *****************************************************************************/
2121+2222+2323+#ifndef PCE_SIM405_HOOK_H
2424+#define PCE_SIM405_HOOK_H 1
2525+2626+2727+#include "sim405.h"
2828+2929+3030+void s405_hook_init (sim405_t *sim);
3131+void s405_hook_free (sim405_t *sim);
3232+3333+void s405_hook (sim405_t *sim, unsigned long ir);
3434+3535+3636+#endif