linux-2.6.25/scsi_driver
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
*参照元 [#l03f5007]
#backlinks
*説明 [#bd1e7cb3]
-パス: [[linux-2.6.25/include/scsi/scsi_driver.h]]
-FIXME: これは何?
--説明
**参考 [#tb01746b]
*実装 [#c1797957]
struct scsi_driver {
struct module *owner;
-
--[[linux-2.6.25/module]]
struct device_driver gendrv;
-
--[[linux-2.6.25/device_driver]]
void (*rescan)(struct device *);
-
--[[linux-2.6.25/device]]
int (*done)(struct scsi_cmnd *);
-
--[[linux-2.6.25/scsi_cmnd]]
};
*コメント [#s3f6d1a1]
終了行:
*参照元 [#l03f5007]
#backlinks
*説明 [#bd1e7cb3]
-パス: [[linux-2.6.25/include/scsi/scsi_driver.h]]
-FIXME: これは何?
--説明
**参考 [#tb01746b]
*実装 [#c1797957]
struct scsi_driver {
struct module *owner;
-
--[[linux-2.6.25/module]]
struct device_driver gendrv;
-
--[[linux-2.6.25/device_driver]]
void (*rescan)(struct device *);
-
--[[linux-2.6.25/device]]
int (*done)(struct scsi_cmnd *);
-
--[[linux-2.6.25/scsi_cmnd]]
};
*コメント [#s3f6d1a1]
ページ名: