*参照元 [#i88c8b3e]
#backlinks

*説明 [#p8b2d981]
-パス: [[linux-2.6.33/include/linux/cdev.h]]

-FIXME: これは何?
--説明


**参考 [#we7081d0]


*実装 [#h072c657]
 struct cdev {
 	struct kobject kobj;
-
--[[linux-2.6.33/kobject]]

 	struct module *owner;
-
--[[linux-2.6.33/module]]

 	const struct file_operations *ops;
-
--[[linux-2.6.33/file_operations]]

 	struct list_head list;
-
--[[linux-2.6.33/list_head]]

 	dev_t dev;
-
--[[linux-2.6.33/dev_t]]

 	unsigned int count;
 };


*コメント [#cf824848]


トップ   編集 差分 履歴 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS