aboutsummaryrefslogtreecommitdiff
path: root/tools/kconfig/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/kconfig/internal.h')
-rw-r--r--tools/kconfig/internal.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/kconfig/internal.h b/tools/kconfig/internal.h
new file mode 100644
index 0000000..2f7298c
--- /dev/null
+++ b/tools/kconfig/internal.h
@@ -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 */