split kernel module api docs to README

This commit is contained in:
Ciro Santilli
2018-07-01 23:37:37 +01:00
parent 8f37cd0d22
commit 6c241279a6
18 changed files with 490 additions and 296 deletions

4
rootfs_overlay/init_module.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/sh
set -e
insmod /init_module.ko
rmmod init_module