aboutsummaryrefslogtreecommitdiff
path: root/tools/kconfig/internal.h
diff options
context:
space:
mode:
authoraqua <aqua@iserlohn-fortress.net>2024-03-08 22:52:26 +0200
committeraqua <aqua@iserlohn-fortress.net>2024-03-10 16:28:12 +0200
commit3dee61f7f07298f39225157f3c3df1b837aef169 (patch)
tree1c2991f57d1bc7b33d5864a67864c4318f3c5780 /tools/kconfig/internal.h
parentBazel build (diff)
downloadkernel-3dee61f7f07298f39225157f3c3df1b837aef169.tar.xz
Removed tools/kconfig
Diffstat (limited to 'tools/kconfig/internal.h')
-rw-r--r--tools/kconfig/internal.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/tools/kconfig/internal.h b/tools/kconfig/internal.h
deleted file mode 100644
index 2f7298c..0000000
--- a/tools/kconfig/internal.h
+++ /dev/null
@@ -1,9 +0,0 @@
-/* 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 */