]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - include/linux/kthread.h
Merge tag 'spi-for-linus' of git://git.secretlab.ca/git/linux-2.6
[karo-tx-linux.git] / include / linux / kthread.h
index 5cac19b3a26676adad682d1a5cc06d080dbd2885..0714b24c0e454c38750e4509a6bc5ee17e394673 100644 (file)
@@ -35,6 +35,7 @@ struct task_struct *kthread_create_on_node(int (*threadfn)(void *data),
 void kthread_bind(struct task_struct *k, unsigned int cpu);
 int kthread_stop(struct task_struct *k);
 int kthread_should_stop(void);
+bool kthread_freezable_should_stop(bool *was_frozen);
 void *kthread_data(struct task_struct *k);
 
 int kthreadd(void *unused);