]> err.no Git - linux-2.6/blobdiff - include/asm-powerpc/spu.h
Merge branch 'linux-2.6'
[linux-2.6] / include / asm-powerpc / spu.h
index 5ca30e2e26399cce10f6f62ad30f01329e59c212..f07c99ba5d13fd0927df61a06902ca530e8eeb24 100644 (file)
@@ -248,6 +248,7 @@ struct spufs_calls {
                                                __u32 __user *ustatus);
        int (*coredump_extra_notes_size)(void);
        int (*coredump_extra_notes_write)(struct file *file, loff_t *foffset);
+       void (*notify_spus_active)(void);
        struct module *owner;
 };
 
@@ -302,6 +303,9 @@ struct notifier_block;
 int spu_switch_event_register(struct notifier_block * n);
 int spu_switch_event_unregister(struct notifier_block * n);
 
+extern void notify_spus_active(void);
+extern void do_notify_spus_active(void);
+
 /*
  * This defines the Local Store, Problem Area and Privilege Area of an SPU.
  */