Chinaunix首页 | 论坛 | 博客
  • 博客访问: 239077
  • 博文数量: 35
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 273
  • 用 户 组: 普通用户
  • 注册时间: 2014-11-27 23:34
个人简介

To follow the path,look to the master,follow the master.

文章分类

全部博文(35)

文章存档

2019年(1)

2018年(1)

2017年(1)

2016年(8)

2015年(24)

发布时间:2019-01-16 09:00:51

 参照 ldd3   linux设备驱动程序模块的理解:模块预先注册自己,初始函数的任务是以后调用模块做准备。示例程序2个文件  hello.c、Makefilehello.c1 #include <linux/init.h>  2 #include <linux/module.h>  3 MODULE_LICENSE("Dual BSD/GPL");  /*模块遵循协议GPL /BSD*/ .........【阅读全文】

阅读(5251) | 评论(0) | 转发(0)
给主人留下些什么吧!~~

tomcoding2018-07-17 16:22

学习高级编程技术,百度tomcoding

回复  |  举报
留言热议
请登录后留言。

登录 注册