mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-27 20:14:27 +01:00
Improve kernel module doc
This commit is contained in:
@@ -19,7 +19,7 @@ Also without insmodding this module, try:
|
|||||||
|
|
||||||
devmem 0x101e9000 w 0x12345678
|
devmem 0x101e9000 w 0x12345678
|
||||||
|
|
||||||
which touches from userland through /dev/mem.
|
which touches the register from userland through /dev/mem.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/init.h>
|
#include <linux/init.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user