#include #include kern_status_t online(struct kext *self) { printk("Hello, world!"); return KERN_OK; }