soc/intel/xeon_sp: Align resources to 4K
[coreboot2.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 */