repo.or.cz
/
coreboot2.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
cpu/x86/smm/pci_resource_store: Store DEV/VEN ID
[coreboot2.git]
/
src
/
mainboard
/
intel
/
minnow3
/
gpio.h
blob
f389d06d47f16fe0f4c84d24a0d2d189146b4dd7
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
#include <soc/gpio.h>
4
5
const struct
pad_config
*
gpio_table
(
size_t
*
num
);
6
const struct
pad_config
*
early_gpio_table
(
size_t
*
num
);
7
const struct
pad_config
*
sleep_gpio_table
(
size_t
*
num
);