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
soc/intel: Remove blank lines before '}' and after '{'
[coreboot2.git]
/
src
/
mainboard
/
prodrive
/
hermes
/
gpio.h
blob
8fce3c8b392a488991821171c5a058e8905e7baf
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
#ifndef PCH_GPIO_H
4
#define PCH_GPIO_H
5
6
void
program_gpio_pads
(
void
);
7
void
program_early_gpio_pads
(
void
);
8
9
#endif
/* PCH_GPIO_H */