menuconfig: Add jump keys to search results
[carl9170fw.git] / config / expr.h
index 80fce57080cc36787e01efc00fe8a111efa3d0ff..52f4246bd34da608b2b90a7de56270af0b27aab3 100644 (file)
@@ -10,6 +10,7 @@
 extern "C" {
 #endif
 
+#include <assert.h>
 #include <stdio.h>
 #ifndef __cplusplus
 #include <stdbool.h>
@@ -172,6 +173,8 @@ struct menu {
 #define MENU_CHANGED           0x0001
 #define MENU_ROOT              0x0002
 
+#define JUMP_NB                        9
+
 extern struct file *file_list;
 extern struct file *current_file;
 struct file *lookup_file(const char *name);