sh-pfc: Support GPIO to IRQ mapping specified IRQ resources
[deliverable/linux.git] / drivers / pinctrl / sh-pfc / core.h
index a83b7472e674f2b7eaed2e0cff80ce8c8b673137..b7b0e6ccf305e13e954d7090d8e234412352154d 100644 (file)
@@ -38,6 +38,8 @@ struct sh_pfc {
 
        unsigned int num_windows;
        struct sh_pfc_window *windows;
+       unsigned int num_irqs;
+       unsigned int *irqs;
 
        struct sh_pfc_pin_range *ranges;
        unsigned int nr_ranges;
This page took 0.037151 seconds and 5 git commands to generate.