12
2
3
49
168
273
90
( 转)嵌入式Linux驱动开发笔记 Linux驱动一般以模块module的形式来加载,首先需要把驱动编译成模块的形式。简单的例子, Begin of hello.c file #include #include #include static int __init test_init(void) { printk(...