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
mb/starlabs/starbook_mtl: Fix USB port assignments/descriptions
[coreboot.git]
/
src
/
mainboard
/
acer
/
aspire_vn7_572g
/
include
/
gpio.h
blob
ed8518ed64980c331cbecc4cc852194c1e48298b
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
#ifndef MAINBOARD_GPIO_H
4
#define MAINBOARD_GPIO_H
5
6
void
mainboard_config_stage_gpios
(
void
);
7
8
#endif