]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - include/linux/mfd/pcf50633/core.h
mfd: Move PCF50633 IRQ protoypes where the definitions can see them
[net-next-2.6.git] / include / linux / mfd / pcf50633 / core.h
index ad411a78870ce042b99dd35d2e3f25fc10657c16..50d4a047118db3e59792d1dbfdcb405db0e25758 100644 (file)
@@ -227,4 +227,11 @@ static inline struct pcf50633 *dev_to_pcf50633(struct device *dev)
        return dev_get_drvdata(dev);
 }
 
+int pcf50633_irq_init(struct pcf50633 *pcf, int irq);
+void pcf50633_irq_free(struct pcf50633 *pcf);
+#ifdef CONFIG_PM
+int pcf50633_irq_suspend(struct pcf50633 *pcf);
+int pcf50633_irq_resume(struct pcf50633 *pcf);
+#endif
+
 #endif