相关文章  
  • 推荐:手机Linux系统还需奋力一搏
  • 解析Linux内核获取当前进程指针的方法(2)
  • Linux程序开发:QT中的多线程编程(3)
  • Linux操作系统的硬链接与软链接讲解(1)
  • Linux系统29个常见问题的详细解答(8)
  • Linux系统29个常见问题的详细解答(7)
  • Linux系统29个常见问题的详细解答(5)
  • Linux系统29个常见问题的详细解答(6)
  • Linux系统29个常见问题的详细解答(3)
  • Linux系统29个常见问题的详细解答(4)
  •   推荐  
      科普之友首页   专利     科普      动物      植物        天文   考古   前沿科技
     您现在的位置在:  首页 >>文献 >>培训

    Linux操作系统内核和设备文件对话6

    ("device_release(%p,%p)\n", inode, file); #endif /* Were now ready for our next caller */ Device_Open --; MOD_DEC_USE_COUNT; #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,2,0) return 0; #endif }

    /* This function is called whenever a process which 
    
    
    
    * has already opened the device file attempts to 
    
    
    
    * read from it. */ 
    
    
    
    #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,2,0) 
    
    
    
    static ssize_t device_read( 
    
    
    
    struct file *file, 
    
    
    
    char *buffer, /* The buffer to fill with the data */ 
    
    
    
    size_t length, /* The length of the buffer */ 
    
    
    
    loff_t *offset) /* offset to the file */ 
    
    
    
    #else 
    
    
    
    static int device_read( 
    
    
    
    struct inode *inode, 
    
    
    
    struct file *file, 
    
    
    
    char *buffer, /* The buffer to fill

    页码:[1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] [17] [18] [19]6页、共19页

         

          设为首页       |       加入收藏       |       广告服务       |       友情链接       |       版权申明      

    Copyriht 2007 - 2008 ©  科普之友 All right reserved