lkc.h (98f8475c78697f6c1155f93d3a346d9027deb5aa) lkc.h (b75b0a819af9f78fc395b189cddd40f590194d20)
1/* SPDX-License-Identifier: GPL-2.0 */
2/*
3 * Copyright (C) 2002 Roman Zippel <zippel@linux-m68k.org>
4 */
5
6#ifndef LKC_H
7#define LKC_H
8

--- 82 unchanged lines hidden (view full) ---

91void menu_end_menu(void);
92void menu_add_entry(struct symbol *sym);
93void menu_add_dep(struct expr *dep);
94void menu_add_visibility(struct expr *dep);
95struct property *menu_add_prompt(enum prop_type type, char *prompt, struct expr *dep);
96void menu_add_expr(enum prop_type type, struct expr *expr, struct expr *dep);
97void menu_add_symbol(enum prop_type type, struct symbol *sym, struct expr *dep);
98void menu_add_option_modules(void);
1/* SPDX-License-Identifier: GPL-2.0 */
2/*
3 * Copyright (C) 2002 Roman Zippel <zippel@linux-m68k.org>
4 */
5
6#ifndef LKC_H
7#define LKC_H
8

--- 82 unchanged lines hidden (view full) ---

91void menu_end_menu(void);
92void menu_add_entry(struct symbol *sym);
93void menu_add_dep(struct expr *dep);
94void menu_add_visibility(struct expr *dep);
95struct property *menu_add_prompt(enum prop_type type, char *prompt, struct expr *dep);
96void menu_add_expr(enum prop_type type, struct expr *expr, struct expr *dep);
97void menu_add_symbol(enum prop_type type, struct symbol *sym, struct expr *dep);
98void menu_add_option_modules(void);
99void menu_add_option_defconfig_list(void);
100void menu_add_option_allnoconfig_y(void);
101void menu_finalize(struct menu *parent);
102void menu_set_type(int type);
103
104extern struct menu rootmenu;
105
106bool menu_is_empty(struct menu *menu);
107bool menu_is_visible(struct menu *menu);

--- 58 unchanged lines hidden ---
99void menu_add_option_allnoconfig_y(void);
100void menu_finalize(struct menu *parent);
101void menu_set_type(int type);
102
103extern struct menu rootmenu;
104
105bool menu_is_empty(struct menu *menu);
106bool menu_is_visible(struct menu *menu);

--- 58 unchanged lines hidden ---