xref: /openbmc/linux/drivers/mfd/twl-core.h (revision 724c3be3)
1b2441318SGreg Kroah-Hartman /* SPDX-License-Identifier: GPL-2.0 */
2b0b4a7c2SG, Manjunath Kondaiah #ifndef __TWL_CORE_H__
3b0b4a7c2SG, Manjunath Kondaiah #define __TWL_CORE_H__
4b0b4a7c2SG, Manjunath Kondaiah 
578518ffaSBenoit Cousson extern int twl6030_init_irq(struct device *dev, int irq_num);
6b6f29431SUwe Kleine-König extern void twl6030_exit_irq(void);
778518ffaSBenoit Cousson extern int twl4030_init_irq(struct device *dev, int irq_num);
8*724c3be3SUwe Kleine-König extern void twl4030_exit_irq(void);
9b0b4a7c2SG, Manjunath Kondaiah extern int twl4030_init_chip_irq(const char *chip);
10b0b4a7c2SG, Manjunath Kondaiah 
11b0b4a7c2SG, Manjunath Kondaiah #endif /*  __TWL_CORE_H__ */
12