hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
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 /*