diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/irqchip/arm-gic-v3.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/irqchip/arm-gic-v3.h b/include/linux/irqchip/arm-gic-v3.h index 0ed30d7d9338..1e8b0cf30792 100644 --- a/include/linux/irqchip/arm-gic-v3.h +++ b/include/linux/irqchip/arm-gic-v3.h | |||
| @@ -318,6 +318,11 @@ static inline void gic_write_eoir(u64 irq) | |||
| 318 | isb(); | 318 | isb(); |
| 319 | } | 319 | } |
| 320 | 320 | ||
| 321 | struct irq_domain; | ||
| 322 | int its_cpu_init(void); | ||
| 323 | int its_init(struct device_node *node, struct rdists *rdists, | ||
| 324 | struct irq_domain *domain); | ||
| 325 | |||
| 321 | #endif | 326 | #endif |
| 322 | 327 | ||
| 323 | #endif | 328 | #endif |
