]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - arch/powerpc/platforms/cell/spufs/spufs.h
[PATCH] spufs: check for proper file pointer in sys_spu_run
[karo-tx-linux.git] / arch / powerpc / platforms / cell / spufs / spufs.h
index 17cae5e5fdf51991d8ace480e59152260d3404ee..420953b5888183f147ff7108018734b68322fe68 100644 (file)
@@ -103,6 +103,7 @@ long spufs_run_spu(struct file *file,
                   struct spu_context *ctx, u32 *npc, u32 *status);
 long spufs_create_thread(struct nameidata *nd, const char *name,
                         unsigned int flags, mode_t mode);
+extern struct file_operations spufs_context_fops;
 
 /* context management */
 struct spu_context * alloc_spu_context(struct address_space *local_store);