blob: 6f96c2009a9f491f485e9752b647575bb9f42b37 [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001/* SPDX-License-Identifier: GPL-2.0 */
G, Manjunath Kondaiahb0b4a7c2010-10-19 11:02:48 +02002#ifndef __TWL_CORE_H__
3#define __TWL_CORE_H__
4
Benoit Cousson78518ff2012-02-29 19:40:31 +01005extern int twl6030_init_irq(struct device *dev, int irq_num);
G, Manjunath Kondaiahb0b4a7c2010-10-19 11:02:48 +02006extern int twl6030_exit_irq(void);
Benoit Cousson78518ff2012-02-29 19:40:31 +01007extern int twl4030_init_irq(struct device *dev, int irq_num);
G, Manjunath Kondaiahb0b4a7c2010-10-19 11:02:48 +02008extern int twl4030_exit_irq(void);
9extern int twl4030_init_chip_irq(const char *chip);
10
11#endif /* __TWL_CORE_H__ */