forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 093a6c67005148ae32a5c9e4553491b9f5c2457b
kernel/include/linux/android_kabi.h
....@@ -83,7 +83,11 @@
8383 * number: the "number" of the padding variable in the structure. Start with
8484 * 1 and go up.
8585 */
86
+#ifdef CONFIG_ANDROID_KABI_RESERVE
8687 #define ANDROID_KABI_RESERVE(number) _ANDROID_KABI_RESERVE(number)
88
+#else
89
+#define ANDROID_KABI_RESERVE(number)
90
+#endif
8791
8892
8993 /*