X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Flinux%2Fkthread.h;h=00dd957e245b43839db5e0972e74ff541e4dafd1;hb=5859034d7eb8;hp=1c65e7a9f186cceee83a1e5e199db44b4260daf2;hpb=d6c93e1ddde769010f9c81bbfab41a9844c0e9ba;p=pandora-kernel.git diff --git a/include/linux/kthread.h b/include/linux/kthread.h index 1c65e7a9f186..00dd957e245b 100644 --- a/include/linux/kthread.h +++ b/include/linux/kthread.h @@ -30,4 +30,7 @@ void kthread_bind(struct task_struct *k, unsigned int cpu); int kthread_stop(struct task_struct *k); int kthread_should_stop(void); +int kthreadd(void *unused); +extern struct task_struct *kthreadd_task; + #endif /* _LINUX_KTHREAD_H */