hc
2024-05-10 ee930fffee469d076998274a2ca55e13dc1efb67
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 /*