diff options
Diffstat (limited to 'arch/powerpc/include/asm/spu.h')
-rw-r--r-- | arch/powerpc/include/asm/spu.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/powerpc/include/asm/spu.h b/arch/powerpc/include/asm/spu.h index 93f280e23279..37b7ca39ec9f 100644 --- a/arch/powerpc/include/asm/spu.h +++ b/arch/powerpc/include/asm/spu.h | |||
@@ -235,6 +235,7 @@ extern long spu_sys_callback(struct spu_syscall_block *s); | |||
235 | 235 | ||
236 | /* syscalls implemented in spufs */ | 236 | /* syscalls implemented in spufs */ |
237 | struct file; | 237 | struct file; |
238 | struct coredump_params; | ||
238 | struct spufs_calls { | 239 | struct spufs_calls { |
239 | long (*create_thread)(const char __user *name, | 240 | long (*create_thread)(const char __user *name, |
240 | unsigned int flags, umode_t mode, | 241 | unsigned int flags, umode_t mode, |
@@ -242,7 +243,7 @@ struct spufs_calls { | |||
242 | long (*spu_run)(struct file *filp, __u32 __user *unpc, | 243 | long (*spu_run)(struct file *filp, __u32 __user *unpc, |
243 | __u32 __user *ustatus); | 244 | __u32 __user *ustatus); |
244 | int (*coredump_extra_notes_size)(void); | 245 | int (*coredump_extra_notes_size)(void); |
245 | int (*coredump_extra_notes_write)(struct file *file, loff_t *foffset); | 246 | int (*coredump_extra_notes_write)(struct coredump_params *cprm); |
246 | void (*notify_spus_active)(void); | 247 | void (*notify_spus_active)(void); |
247 | struct module *owner; | 248 | struct module *owner; |
248 | }; | 249 | }; |