#include int init_module(void) { printk("Bonjour...\n"); return 0; } void cleanup_module(void) { printk("Monde...\n"); }