Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
[linux-stable.git] / scripts / kconfig / mnconf-common.h
blob53bd7292e93199ac33ccf876a5bc8819700fcff8
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 #ifndef MNCONF_COMMON_H
3 #define MNCONF_COMMON_H
5 #include <stddef.h>
7 #include <list_types.h>
9 struct search_data {
10 struct list_head *head;
11 struct menu *target;
14 extern int jump_key_char;
16 int next_jump_key(int key);
17 int handle_search_keys(int key, size_t start, size_t end, void *_data);
18 int get_jump_key_char(void);
20 #endif /* MNCONF_COMMON_H */