首页 > 其他 > 详细

TEST2

时间:2014-10-16 15:32:13      阅读:204      评论: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. };
    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. };
  8. static struct file_operations s3c24xx_leds_fops ={
  9. ????.owner = THIS_MODULE ,
  10. ????//.open = s3c24xx_leds_open,
  11. ????.read = s3c24xx_leds_read ,
  12. ????.write = s3c24xx_leds_write ,
  13. ????.ioctl = s3c24xx_leds_ioctl
  14. };

TEST2

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

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