-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 274351 b: refs/heads/master c: 5bda90c h: refs/heads/master i: 274349: 9847531 274347: aeb557c 274343: e745b4f 274335: 374cf7f v: v3
- Loading branch information
Christoph Hellwig
authored and
Nicholas Bellinger
committed
Nov 4, 2011
1 parent
5d18057
commit 163ace8
Showing
4 changed files
with
98 additions
and
141 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: d29a5b6acc4b63d4e05ff554509df6fbeaf527cd | ||
refs/heads/master: 5bda90c8f20f0af93375721533f4081a40fa6f41 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
#ifndef TARGET_CORE_CDB_H | ||
#define TARGET_CORE_CDB_H | ||
|
||
int target_emulate_inquiry(struct se_task *task); | ||
int target_emulate_readcapacity(struct se_task *task); | ||
int target_emulate_readcapacity_16(struct se_task *task); | ||
int target_emulate_modesense(struct se_task *task); | ||
int target_emulate_request_sense(struct se_task *task); | ||
int target_emulate_unmap(struct se_task *task); | ||
int target_emulate_write_same(struct se_task *task); | ||
int target_emulate_synchronize_cache(struct se_task *task); | ||
int target_emulate_noop(struct se_task *task); | ||
|
||
#endif /* TARGET_CORE_CDB_H */ |
Oops, something went wrong.