scripts/kconfig/mnconf-common.h

Source file repositories/reference/linux-study-clean/scripts/kconfig/mnconf-common.h

File Facts

System
Linux kernel
Corpus path
scripts/kconfig/mnconf-common.h
Extension
.h
Size
397 bytes
Lines
21
Domain
Support Tooling And Documentation
Bucket
scripts
Inferred role
Support Tooling And Documentation: implementation source
Status
source implementation candidate

Why This File Exists

Repository support layer: documentation, build tooling, samples, user-space helper tools, generated initramfs support, licenses, and validation utilities.

Dependency Surface

Detected Declarations

Annotated Snippet

struct search_data {
	struct list_head *head;
	struct menu *target;
};

extern int jump_key_char;

int next_jump_key(int key);
int handle_search_keys(int key, size_t start, size_t end, void *_data);
int get_jump_key_char(void);

#endif /* MNCONF_COMMON_H */

Annotation

Implementation Notes