#include <linux/kernel.h>

asmlinkage int sys_my_new_call(void) {
  printk(KERN_ALERT "sys_my_new_call at your service\n");
  return 0;
}  
