Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef __TWL_CORE_H__
0003 #define __TWL_CORE_H__
0004 
0005 extern int twl6030_init_irq(struct device *dev, int irq_num);
0006 extern void twl6030_exit_irq(void);
0007 extern int twl4030_init_irq(struct device *dev, int irq_num);
0008 extern void twl4030_exit_irq(void);
0009 extern int twl4030_init_chip_irq(const char *chip);
0010 
0011 #endif /*  __TWL_CORE_H__ */