diff options
Diffstat (limited to 'hw/sh_intc.h')
-rw-r--r-- | hw/sh_intc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/sh_intc.h b/hw/sh_intc.h index 4362dcf102..4e36f007d7 100644 --- a/hw/sh_intc.h +++ b/hw/sh_intc.h @@ -75,4 +75,6 @@ int sh_intc_init(struct intc_desc *desc, struct intc_prio_reg *prio_regs, int nr_prio_regs); +void sh_intc_set_irl(void *opaque, int n, int level); + #endif /* __SH_INTC_H__ */ |