11 lines
221 B
C
Raw Normal View History

2022-04-02 18:17:33 +05:00
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __IRQCHIP_MMP_H
#define __IRQCHIP_MMP_H
extern struct irq_chip icu_irq_chip;
2022-09-13 23:14:27 +05:00
extern void icu_init_irq(void);
extern void mmp2_init_icu(void);
2022-04-02 18:17:33 +05:00
#endif /* __IRQCHIP_MMP_H */