diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/irqchip/arm-gic.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/irqchip/arm-gic.h b/include/linux/irqchip/arm-gic.h index fd051855539b..ffcbd8b9a4ff 100644 --- a/include/linux/irqchip/arm-gic.h +++ b/include/linux/irqchip/arm-gic.h | |||
| @@ -101,9 +101,14 @@ | |||
| 101 | #include <linux/irqdomain.h> | 101 | #include <linux/irqdomain.h> |
| 102 | 102 | ||
| 103 | struct device_node; | 103 | struct device_node; |
| 104 | struct gic_chip_data; | ||
| 104 | 105 | ||
| 105 | void gic_cascade_irq(unsigned int gic_nr, unsigned int irq); | 106 | void gic_cascade_irq(unsigned int gic_nr, unsigned int irq); |
| 106 | int gic_cpu_if_down(unsigned int gic_nr); | 107 | int gic_cpu_if_down(unsigned int gic_nr); |
| 108 | void gic_cpu_save(struct gic_chip_data *gic); | ||
| 109 | void gic_cpu_restore(struct gic_chip_data *gic); | ||
| 110 | void gic_dist_save(struct gic_chip_data *gic); | ||
| 111 | void gic_dist_restore(struct gic_chip_data *gic); | ||
| 107 | 112 | ||
| 108 | /* | 113 | /* |
| 109 | * Subdrivers that need some preparatory work can initialize their | 114 | * Subdrivers that need some preparatory work can initialize their |
