Move poll, ktrhead and kthreads docs to README

This commit is contained in:
Ciro Santilli
2018-07-01 20:01:49 +01:00
parent ae3c03bdb0
commit 2075fbaf5b
6 changed files with 490 additions and 407 deletions

View File

@@ -1,6 +1,4 @@
/*
2 kthreads!!! Will they interleave??? Yup.
*/
/* https://github.com/cirosantilli/linux-kernel-module-cheat#kthreads */
#include <linux/delay.h> /* usleep_range */
#include <linux/kernel.h>