ANDROID: GKI: Add ANDROID_OEM_DATA_ARRAY() in struct ufs_hba

Add ANDROID_OEM_DATA_ARRAY() in struct ufs_hba to
support customized features.

Bug: 235673196
Signed-off-by: Weichao Guo <guoweichao@oppo.corp-partner.google.com>
Change-Id: I30d479d090256447b8e93157e30fc9db92563e46
This commit is contained in:
Weichao Guo
2022-06-14 10:35:39 +08:00
committed by Carlos Llamas
parent fbee76aa8d
commit 82e5f364f2

View File

@@ -991,6 +991,9 @@ struct ufs_hba {
u32 luns_avail;
bool complete_put;
ANDROID_VENDOR_DATA(1);
ANDROID_OEM_DATA_ARRAY(1, 2);
ANDROID_KABI_RESERVE(1);
ANDROID_KABI_RESERVE(2);
ANDROID_KABI_RESERVE(3);