|
@@ -195,5 +195,6 @@ int regmap_add_irq_chip(struct regmap *map, int irq, int irq_flags,
|
|
int irq_base, struct regmap_irq_chip *chip,
|
|
int irq_base, struct regmap_irq_chip *chip,
|
|
struct regmap_irq_chip_data **data);
|
|
struct regmap_irq_chip_data **data);
|
|
void regmap_del_irq_chip(int irq, struct regmap_irq_chip_data *data);
|
|
void regmap_del_irq_chip(int irq, struct regmap_irq_chip_data *data);
|
|
|
|
+int regmap_irq_chip_get_base(struct regmap_irq_chip_data *data);
|
|
|
|
|
|
#endif
|
|
#endif
|