ANDROID: GKI: add OEM data to struct scan_control for XM OGKI

Add an OEM data field to scan_control to support OEM customization.

Bug: 417369067

Change-Id: I42f25a49f87c018316de44534b3575230ad39cb0
Signed-off-by: wangting11 <wangting11@xiaomi.com>
This commit is contained in:
wangting11
2025-05-13 15:36:43 +08:00
committed by Carlos Llamas
parent acc91ef94b
commit 617a8cdb8d

View File

@@ -193,6 +193,7 @@ struct scan_control {
/* for recording the reclaimed slab by now */
struct reclaim_state reclaim_state;
ANDROID_VENDOR_DATA(1);
ANDROID_OEM_DATA(1);
};
#ifdef ARCH_HAS_PREFETCHW