嵌入式Linux驱动程序学习
时间:2007-04-23 来源:marsky
static struct file_operations cs8900_eeprom_fops = { |
2.
int cs8900_probe (struct net_device *dev); |
3.
int __init cs8900_probe (struct net_device *dev) |
probe探测例程将负责完成对硬件的检测工作。他在注册的时候调用。