diff options
Diffstat (limited to 'include/asm-powerpc')
-rw-r--r-- | include/asm-powerpc/spu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-powerpc/spu.h b/include/asm-powerpc/spu.h index b42b53c40f5d..f6c0a95e8209 100644 --- a/include/asm-powerpc/spu.h +++ b/include/asm-powerpc/spu.h | |||
@@ -147,6 +147,7 @@ struct spu { | |||
147 | }; | 147 | }; |
148 | 148 | ||
149 | struct spu *spu_alloc(void); | 149 | struct spu *spu_alloc(void); |
150 | struct spu *spu_alloc_node(int node); | ||
150 | void spu_free(struct spu *spu); | 151 | void spu_free(struct spu *spu); |
151 | int spu_irq_class_0_bottom(struct spu *spu); | 152 | int spu_irq_class_0_bottom(struct spu *spu); |
152 | int spu_irq_class_1_bottom(struct spu *spu); | 153 | int spu_irq_class_1_bottom(struct spu *spu); |