diff options
Diffstat (limited to 'include/asm-powerpc')
-rw-r--r-- | include/asm-powerpc/ps3.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asm-powerpc/ps3.h b/include/asm-powerpc/ps3.h index 021f802161a6..00a4c7d3c6d1 100644 --- a/include/asm-powerpc/ps3.h +++ b/include/asm-powerpc/ps3.h | |||
@@ -163,6 +163,9 @@ int ps3_free_vuart_irq(unsigned int virq); | |||
163 | int ps3_alloc_spe_irq(enum ps3_cpu_binding cpu, unsigned long spe_id, | 163 | int ps3_alloc_spe_irq(enum ps3_cpu_binding cpu, unsigned long spe_id, |
164 | unsigned int class, unsigned int *virq); | 164 | unsigned int class, unsigned int *virq); |
165 | int ps3_free_spe_irq(unsigned int virq); | 165 | int ps3_free_spe_irq(unsigned int virq); |
166 | int ps3_alloc_irq(enum ps3_cpu_binding cpu, unsigned long outlet, | ||
167 | unsigned int *virq); | ||
168 | int ps3_free_irq(unsigned int virq); | ||
166 | 169 | ||
167 | /* lv1 result codes */ | 170 | /* lv1 result codes */ |
168 | 171 | ||