mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 12:57:06 +09:00
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:
committed by
Carlos Llamas
parent
fbee76aa8d
commit
82e5f364f2
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user