Chinaunix首页 | 论坛 | 博客
  • 博客访问: 3404854
  • 博文数量: 754
  • 博客积分: 10132
  • 博客等级: 上将
  • 技术积分: 7780
  • 用 户 组: 普通用户
  • 注册时间: 2008-01-14 23:36
文章分类

全部博文(754)

文章存档

2012年(3)

2011年(39)

2010年(66)

2009年(167)

2008年(479)

我的朋友

分类: LINUX

2009-04-16 17:54:26

include/linux/device.h
 
struct class {
 const char  * name;
 struct module  * owner;
 struct subsystem subsys;
 struct list_head children;
 struct list_head interfaces;
 struct semaphore sem; /* locks both the children and interfaces lists */
 struct class_attribute  * class_attrs;
 struct class_device_attribute * class_dev_attrs;
 int (*hotplug)(struct class_device *dev, char **envp,
      int num_envp, char *buffer, int buffer_size);
 void (*release)(struct class_device *dev);
 void (*class_release)(struct class *class);
};
阅读(869) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~