|
@@ -243,6 +243,8 @@ enum req_op {
|
|
REQ_OP_SECURE_ERASE, /* request to securely erase sectors */
|
|
REQ_OP_SECURE_ERASE, /* request to securely erase sectors */
|
|
REQ_OP_WRITE_SAME, /* write same block many times */
|
|
REQ_OP_WRITE_SAME, /* write same block many times */
|
|
REQ_OP_FLUSH, /* request for cache flush */
|
|
REQ_OP_FLUSH, /* request for cache flush */
|
|
|
|
+ REQ_OP_ZONE_REPORT, /* Get zone information */
|
|
|
|
+ REQ_OP_ZONE_RESET, /* Reset a zone write pointer */
|
|
};
|
|
};
|
|
|
|
|
|
#define REQ_OP_BITS 3
|
|
#define REQ_OP_BITS 3
|