驅動程式 - Linux Device Driver(LDD) - 如何取得目前task struct



參考資訊:
https://stackoverflow.com/questions/12434651/what-is-the-current-in-linux-kernel-source

#include <linux/sched.h>

printk("current task struct: %p", get_current());