#include #include #define IRQ 220 int init_module(void) { rtl_global_pend_irq(IRQ); return 0; } void cleanup_module(void) { }