khello/khello.c
changeset 77 49e0babccb23
parent 50 a38f102556e5
equal deleted inserted replaced
76:c46968bddef5 77:49e0babccb23
     1 /*
     1 /**
     2  *  hello-1.c - The simplest kernel module.
     2  * khello/khello.c
       
     3  * hello-1.c - The simplest kernel module.
     3  */
     4  */
       
     5 
     4 #include <linux/module.h>       /* Needed by all modules */
     6 #include <linux/module.h>       /* Needed by all modules */
     5 #include <linux/kernel.h>       /* Needed for KERN_INFO */
     7 #include <linux/kernel.h>       /* Needed for KERN_INFO */
     6 
     8 
     7 int init_module (void)
     9 int init_module (void)
     8 {
    10 {