]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - scripts/kconfig/nconf.h
Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6
[net-next-2.6.git] / scripts / kconfig / nconf.h
index fb4296666004c43cf9f89840888701ba4359fc07..58fbda8fc0dc9e6df9941fe78e3127cee91da1d2 100644 (file)
@@ -69,7 +69,8 @@ typedef enum {
        F_BACK = 5,
        F_SAVE = 6,
        F_LOAD = 7,
-       F_EXIT = 8
+       F_SEARCH = 8,
+       F_EXIT = 9,
 } function_key;
 
 void set_colors(void);