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
mainboard/intel/avenuecity_crb: Update full IIO configuration
[coreboot2.git]
/
src
/
mainboard
/
prodrive
/
atlas
/
gpio.h
blob
d115998944d39407114cbbfe16f49ebdaeed0c83
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
#ifndef __BASEBOARD_GPIO_H__
4
#define __BASEBOARD_GPIO_H__
5
6
#include <soc/gpio.h>
7
8
void
configure_gpio_pads
(
void
);
9
void
configure_early_gpio_pads
(
void
);
10
11
#endif
/* __BASEBOARD_GPIO_H__ */