aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/kconfig/expr.h
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/kconfig/expr.h')
-rw-r--r--scripts/kconfig/expr.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/scripts/kconfig/expr.h b/scripts/kconfig/expr.h
index cdd48600e02..80fce57080c 100644
--- a/scripts/kconfig/expr.h
+++ b/scripts/kconfig/expr.h
@@ -10,9 +10,7 @@
10extern "C" { 10extern "C" {
11#endif 11#endif
12 12
13#include <assert.h>
14#include <stdio.h> 13#include <stdio.h>
15#include "list.h"
16#ifndef __cplusplus 14#ifndef __cplusplus
17#include <stdbool.h> 15#include <stdbool.h>
18#endif 16#endif
@@ -174,15 +172,6 @@ struct menu {
174#define MENU_CHANGED 0x0001 172#define MENU_CHANGED 0x0001
175#define MENU_ROOT 0x0002 173#define MENU_ROOT 0x0002
176 174
177struct jump_key {
178 struct list_head entries;
179 size_t offset;
180 struct menu *target;
181 int index;
182};
183
184#define JUMP_NB 9
185
186extern struct file *file_list; 175extern struct file *file_list;
187extern struct file *current_file; 176extern struct file *current_file;
188struct file *lookup_file(const char *name); 177struct file *lookup_file(const char *name);