diff options
Diffstat (limited to 'drivers/target/target_core_cdb.h')
| -rw-r--r-- | drivers/target/target_core_cdb.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/target/target_core_cdb.h b/drivers/target/target_core_cdb.h new file mode 100644 index 000000000000..ad6b1e393001 --- /dev/null +++ b/drivers/target/target_core_cdb.h | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | #ifndef TARGET_CORE_CDB_H | ||
| 2 | #define TARGET_CORE_CDB_H | ||
| 3 | |||
| 4 | int target_emulate_inquiry(struct se_task *task); | ||
| 5 | int target_emulate_readcapacity(struct se_task *task); | ||
| 6 | int target_emulate_readcapacity_16(struct se_task *task); | ||
| 7 | int target_emulate_modesense(struct se_task *task); | ||
| 8 | int target_emulate_request_sense(struct se_task *task); | ||
| 9 | int target_emulate_unmap(struct se_task *task); | ||
| 10 | int target_emulate_write_same(struct se_task *task); | ||
| 11 | int target_emulate_synchronize_cache(struct se_task *task); | ||
| 12 | int target_emulate_noop(struct se_task *task); | ||
| 13 | |||
| 14 | #endif /* TARGET_CORE_CDB_H */ | ||
