首页 > 代码库 > TEST2

TEST2

  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