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