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> (cherry picked from commit 72515e57f036651497985c2dc0c1d2caac62d487) (cherry picked from commit f50d19de6ebd0370abf729b1dd3aa9a58320b491)
This commit is contained in:
committed by
Treehugger Robot
parent
7d3b2c27d0
commit
c5188f3505
@@ -13,6 +13,7 @@
|
||||
|
||||
#include <linux/bitops.h>
|
||||
#include <linux/types.h>
|
||||
#include <linux/android_vendor.h>
|
||||
#include <uapi/scsi/scsi_bsg_ufs.h>
|
||||
#include <linux/time64.h>
|
||||
|
||||
@@ -594,6 +595,7 @@ struct ufs_dev_info {
|
||||
u32 rtc_update_period;
|
||||
|
||||
u8 rtt_cap; /* bDeviceRTTCap */
|
||||
ANDROID_OEM_DATA(1);
|
||||
};
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user