build: scripts/config - update to kconfig-v5.14
[openwrt/staging/wigyori.git] / scripts / config / internal.h
diff --git a/scripts/config/internal.h b/scripts/config/internal.h
new file mode 100644 (file)
index 0000000..2f7298c
--- /dev/null
@@ -0,0 +1,9 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+#ifndef INTERNAL_H
+#define INTERNAL_H
+
+struct menu;
+
+extern struct menu *current_menu, *current_entry;
+
+#endif /* INTERNAL_H */