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
docs: Add 24.12 release notes
[coreboot2.git]
/
src
/
mainboard
/
clevo
/
tgl-u
/
include
/
variant
/
gpio.h
blob
95d576294f6d34594b26c141ca48ad4bccfa6238
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
#ifndef VARIANT_GPIO_H
4
#define VARIANT_GPIO_H
5
6
void
variant_configure_early_gpios
(
void
);
7
void
variant_configure_gpios
(
void
);
8
9
#endif