mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 11:26:02 +09:00
ANDROID: GKI: Add ANDROID_OEM_DATA() in struct ufs_hba
Add ANDROID_OEM_DATA(1) in struct ufs_hba to support fbarrier feature. Bug: 283021230 Change-Id: Iefa5e586e646c3378de75ea1c1f422ca99393088 Signed-off-by: Weichao Guo <guoweichao@oppo.corp-partner.google.com>
This commit is contained in:
committed by
Carlos Llamas
parent
7c76ad4d21
commit
643c727c8e
@@ -1108,6 +1108,8 @@ struct ufs_hba {
|
|||||||
struct ufs_hw_queue *uhq;
|
struct ufs_hw_queue *uhq;
|
||||||
struct ufs_hw_queue *dev_cmd_queue;
|
struct ufs_hw_queue *dev_cmd_queue;
|
||||||
struct ufshcd_mcq_opr_info_t mcq_opr[OPR_MAX];
|
struct ufshcd_mcq_opr_info_t mcq_opr[OPR_MAX];
|
||||||
|
|
||||||
|
ANDROID_OEM_DATA(1);
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user