首页 > 其他 > 详细

TEST

时间:2014-10-16 14:10:23      阅读:217      评论:0      收藏:0      [点我收藏+]
  1. static struct file_operations s3c24xx_leds_fops ={
  2. ????.owner = THIS_MODULE ,
  3. ????//.open = s3c24xx_leds_open,
  4. ????.read = s3c24xx_leds_read ,
  5. ????.write = s3c24xx_leds_write ,
  6. ????.ioctl = s3c24xx_leds_ioctl
  7. };

TEST

原文:http://www.cnblogs.com/mylinux/p/4028614.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!