代码搜索:内核分析
找到约 10,000 项符合「内核分析」的源代码
代码结果 10,000
www.eeworm.com/read/226941/14446113
c~ dev.c~
#ifndef __KERNEL__
# define __KERNEL__ //按内核模块编译
#endif
#ifndef MODULE
# define MODULE //设备驱动程序模块编译
#endif
#define DEVICE_NAME "MyDev"
#define OPENSPK 1
#define CLOSESPK 2
www.eeworm.com/read/226941/14446127
c dev.c
#ifndef __KERNEL__
# define __KERNEL__ //按内核模块编译
#endif
#ifndef MODULE
# define MODULE //设备驱动程序模块编译
#endif
#define DEVICE_NAME "MyDev"
#define OPENSPK 1
#define CLOSESPK 2
www.eeworm.com/read/369501/9642316
html readme.html
Linux内核完全注释
更多资料请访问: http://www.xinworks.com
==============