hc
2023-12-08 01573e231f18eb2d99162747186f59511f56b64d
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 /*