mfd/mc13783: new function reading irq mask and status register
[deliverable/linux.git] / include / linux / mfd / mc13783.h
index b8b9f3b4f3e2f0adb650582b560618897e845a14..8895d9d8879cb12b164d28f5f22da38905d122cb 100644 (file)
@@ -29,6 +29,8 @@ int mc13783_irq_free(struct mc13783 *mc13783, int irq, void *dev);
 
 int mc13783_irq_mask(struct mc13783 *mc13783, int irq);
 int mc13783_irq_unmask(struct mc13783 *mc13783, int irq);
+int mc13783_irq_status(struct mc13783 *mc13783, int irq,
+               int *enabled, int *pending);
 int mc13783_irq_ack(struct mc13783 *mc13783, int irq);
 
 static inline int mc13783_mask(struct mc13783 *mc13783, int irq) __deprecated;
This page took 0.024683 seconds and 5 git commands to generate.