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.

Bug: 235673196

Signed-off-by: Chao Yu <chao@kernel.org>
Change-Id: I0d0264a2434a4cc645a065cf861055f22cc41c3b
Signed-off-by: Steve Muckle <smuckle@google.com>
This commit is contained in:
Chao Yu 2022-06-11 22:53:04 +08:00 committed by Carlos Llamas
parent 9662426af3
commit 74e6357176
1 changed files with 3 additions and 0 deletions

View File

@ -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))
@ -613,6 +614,8 @@ struct ufs_dev_info {
bool b_rpm_dev_flush_capable;
u8 b_presrv_uspc_en;
ANDROID_KABI_RESERVE(1);
ANDROID_OEM_DATA(1);
};
/*