soc/amd/common/blocks/include: rename gpio_banks.h to gpio.h
[coreboot.git] / util / kconfig / internal.h
blob2f7298c21b64d3cdc48197bc35057994c9a0ff35
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 #ifndef INTERNAL_H
3 #define INTERNAL_H
5 struct menu;
7 extern struct menu *current_menu, *current_entry;
9 #endif /* INTERNAL_H */