aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/kconfig/internal.h
blob: 788401cd5d6fc15206b3a4053a1f2ea39db5c7d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* SPDX-License-Identifier: GPL-2.0-only */
#ifndef INTERNAL_H
#define INTERNAL_H

struct menu;

extern struct menu *current_menu, *current_entry;

extern const char *cur_filename;
extern int cur_lineno;

#endif /* INTERNAL_H */