ARM開發板編譯安裝設備模塊

1 模塊代碼(helloworld.c)linux #include<linux/init.h> #include<linux/module.h> static int hello_init(void) {   printk(KERN_WARNING"Hello,word!\n");   return 0; } static void hello_exit(void) {   printk(KER
相關文章
相關標籤/搜索