mb/google/parrot: Fix smbus subsystem ID
[coreboot.git] / util / kconfig / mnconf-common.h
blobab6292cc4bf255425ea782611389dce90f2522fe
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 #ifndef MNCONF_COMMON_H
3 #define MNCONF_COMMON_H
5 #include <stddef.h>
7 struct search_data {
8 struct list_head *head;
9 struct menu *target;
12 extern int jump_key_char;
14 int next_jump_key(int key);
15 int handle_search_keys(int key, size_t start, size_t end, void *_data);
16 int get_jump_key_char(void);
18 #endif /* MNCONF_COMMON_H */