ANDROID: GKI: Add ANDROID_OEM_DATA in struct ufs_dev_info
Add ANDROID_OEM_DATA(1) in struct ufs_dev_info to support more feature status for extend COPY feature. Bug: 283021230 Change-Id: I961dbd4d4a0939658ce55f608062107f4a0575a6 Signed-off-by: Chao Yu <chao@kernel.org> Signed-off-by: Weichao Guo <guoweichao@oppo.corp-partner.google.com>
This commit is contained in:
parent
a10d9e3fd6
commit
72515e57f0
@ -14,6 +14,7 @@
|
||||
#include <linux/mutex.h>
|
||||
#include <linux/types.h>
|
||||
#include <linux/android_kabi.h>
|
||||
#include <linux/android_vendor.h>
|
||||
#include <uapi/scsi/scsi_bsg_ufs.h>
|
||||
|
||||
#define GENERAL_UPIU_REQUEST_SIZE (sizeof(struct utp_upiu_req))
|
||||
@ -637,6 +638,8 @@ struct ufs_dev_info {
|
||||
|
||||
/* UFS EXT_IID Enable */
|
||||
bool b_ext_iid_en;
|
||||
|
||||
ANDROID_OEM_DATA(1);
|
||||
ANDROID_KABI_RESERVE(1);
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user