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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/kconfig/expr.h b/scripts/kconfig/expr.h
index d4ecce8bc3a6..52f4246bd34d 100644
--- a/scripts/kconfig/expr.h
+++ b/scripts/kconfig/expr.h
@@ -173,6 +173,8 @@ struct menu {
173#define MENU_CHANGED 0x0001 173#define MENU_CHANGED 0x0001
174#define MENU_ROOT 0x0002 174#define MENU_ROOT 0x0002
175 175
176#define JUMP_NB 9
177
176extern struct file *file_list; 178extern struct file *file_list;
177extern struct file *current_file; 179extern struct file *current_file;
178struct file *lookup_file(const char *name); 180struct file *lookup_file(const char *name);