aboutsummaryrefslogtreecommitdiff
path: root/include/hw/sh4/sh_intc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/hw/sh4/sh_intc.h')
-rw-r--r--include/hw/sh4/sh_intc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hw/sh4/sh_intc.h b/include/hw/sh4/sh_intc.h
index 65f3425057..f62d5c5e13 100644
--- a/include/hw/sh4/sh_intc.h
+++ b/include/hw/sh4/sh_intc.h
@@ -58,7 +58,7 @@ struct intc_desc {
};
int sh_intc_get_pending_vector(struct intc_desc *desc, int imask);
-struct intc_source *sh_intc_source(struct intc_desc *desc, intc_enum id);
+
void sh_intc_toggle_source(struct intc_source *source,
int enable_adj, int assert_adj);