repo.or.cz
/
coreboot.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
soc/amd/common/blocks/include: rename gpio_banks.h to gpio.h
[coreboot.git]
/
util
/
kconfig
/
internal.h
blob
2f7298c21b64d3cdc48197bc35057994c9a0ff35
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
#ifndef INTERNAL_H
3
#define INTERNAL_H
4
5
struct
menu
;
6
7
extern
struct
menu
*
current_menu
, *
current_entry
;
8
9
#endif
/* INTERNAL_H */