18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 28c2ecf20Sopenharmony_ci#ifndef __TWL_CORE_H__ 38c2ecf20Sopenharmony_ci#define __TWL_CORE_H__ 48c2ecf20Sopenharmony_ci 58c2ecf20Sopenharmony_ciextern int twl6030_init_irq(struct device *dev, int irq_num); 68c2ecf20Sopenharmony_ciextern int twl6030_exit_irq(void); 78c2ecf20Sopenharmony_ciextern int twl4030_init_irq(struct device *dev, int irq_num); 88c2ecf20Sopenharmony_ciextern int twl4030_exit_irq(void); 98c2ecf20Sopenharmony_ciextern int twl4030_init_chip_irq(const char *chip); 108c2ecf20Sopenharmony_ci 118c2ecf20Sopenharmony_ci#endif /* __TWL_CORE_H__ */ 12