This commit is contained in:
Ciro Santilli
2017-05-14 11:59:32 +01:00
parent 67f669487e
commit b366bac0c5
5 changed files with 34 additions and 1 deletions

View File

@@ -7,6 +7,8 @@ Mostly to check that our build infrastructure can handle more than one module!
#include <linux/module.h>
#include <linux/kernel.h>
MODULE_LICENSE("GPL");
int init_module(void)
{
printk(KERN_INFO "hello2 init\n");