diff options
Diffstat (limited to 'include/linux/irqdomain.h')
| -rw-r--r-- | include/linux/irqdomain.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/irqdomain.h b/include/linux/irqdomain.h index 35965f41d7be..fcefe0c7263f 100644 --- a/include/linux/irqdomain.h +++ b/include/linux/irqdomain.h | |||
| @@ -419,6 +419,11 @@ int irq_domain_xlate_onetwocell(struct irq_domain *d, struct device_node *ctrlr, | |||
| 419 | const u32 *intspec, unsigned int intsize, | 419 | const u32 *intspec, unsigned int intsize, |
| 420 | irq_hw_number_t *out_hwirq, unsigned int *out_type); | 420 | irq_hw_number_t *out_hwirq, unsigned int *out_type); |
| 421 | 421 | ||
| 422 | int irq_domain_translate_twocell(struct irq_domain *d, | ||
| 423 | struct irq_fwspec *fwspec, | ||
| 424 | unsigned long *out_hwirq, | ||
| 425 | unsigned int *out_type); | ||
| 426 | |||
| 422 | /* IPI functions */ | 427 | /* IPI functions */ |
| 423 | int irq_reserve_ipi(struct irq_domain *domain, const struct cpumask *dest); | 428 | int irq_reserve_ipi(struct irq_domain *domain, const struct cpumask *dest); |
| 424 | int irq_destroy_ipi(unsigned int irq, const struct cpumask *dest); | 429 | int irq_destroy_ipi(unsigned int irq, const struct cpumask *dest); |
