#include #include "stm32f4xx.h" irqreturn_t irq_handler(int irqno, void *dev_id) { printk("fpga key down\n"); return IRQ_HANDLED; }