• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
 






youngvoice

 
 

Powered by 博客园
博客园 | 首页 | 新随笔 | 联系 | 订阅 订阅 | 管理

2016年4月16日

模块移除 命令rmmod 的实现
摘要: // rmmod.c #include <stdio.h> #include <stdlib.h> #include <unistd.h> #include <fcntl.h> #include <string.h> #include <errno.h> int main(int argc, cha 阅读全文
posted @ 2016-04-16 23:08 youngvoice 阅读(521) 评论(0) 推荐(0)
 
led 的 platform驱动实现
摘要: http://www.linuxidc.com/Linux/2014-03/97756.htm http://blog.sina.com.cn/s/blog_6b94d5680101cn0t.html http://blog.csdn.net/yicao821/article/details/678 阅读全文
posted @ 2016-04-16 15:16 youngvoice 阅读(168) 评论(0) 推荐(0)