*参照元 [#c17a6ca2]
#backlinks

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

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


**参考 [#y3cf2f0f]


*実装 [#ea5b0eee]
 /* interface for exporting device attributes */
 struct device_attribute {
 	struct attribute	attr;
-
--[[linux-2.6.33/attribute]]

 	ssize_t (*show)(struct device *dev, struct device_attribute *attr,
 			char *buf);
 	ssize_t (*store)(struct device *dev, struct device_attribute *attr,
 			 const char *buf, size_t count);
-
--[[linux-2.6.33/device]]

 };


*コメント [#a79d36fd]


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