摘要: 第3章 字符设备驱动 一些重要的数据结构以及引用关系: 第一步:MAJOR设备编号的动态分配 int register_chrdev_region(dev_t first, unsigned int count, char *name); int alloc_chrdev_region(dev_t *dev, unsigned int firstminor, unsigned int count,...
阅读全文
posted @ 2008-10-20 16:31 josh.yang 阅读(354) 评论(0)
编辑