diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/target/target_core_base.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/target/target_core_base.h b/include/target/target_core_base.h index 199b0ad1a55e..df14dce59191 100644 --- a/include/target/target_core_base.h +++ b/include/target/target_core_base.h | |||
| @@ -75,6 +75,8 @@ | |||
| 75 | #define DA_MAX_WRITE_SAME_LEN 0 | 75 | #define DA_MAX_WRITE_SAME_LEN 0 |
| 76 | /* Default max transfer length */ | 76 | /* Default max transfer length */ |
| 77 | #define DA_FABRIC_MAX_SECTORS 8192 | 77 | #define DA_FABRIC_MAX_SECTORS 8192 |
| 78 | /* Use a model alias based on the configfs backend device name */ | ||
| 79 | #define DA_EMULATE_MODEL_ALIAS 0 | ||
| 78 | /* Emulation for Direct Page Out */ | 80 | /* Emulation for Direct Page Out */ |
| 79 | #define DA_EMULATE_DPO 0 | 81 | #define DA_EMULATE_DPO 0 |
| 80 | /* Emulation for Forced Unit Access WRITEs */ | 82 | /* Emulation for Forced Unit Access WRITEs */ |
| @@ -591,6 +593,7 @@ struct se_dev_entry { | |||
| 591 | }; | 593 | }; |
| 592 | 594 | ||
| 593 | struct se_dev_attrib { | 595 | struct se_dev_attrib { |
| 596 | int emulate_model_alias; | ||
| 594 | int emulate_dpo; | 597 | int emulate_dpo; |
| 595 | int emulate_fua_write; | 598 | int emulate_fua_write; |
| 596 | int emulate_fua_read; | 599 | int emulate_fua_read; |
