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
mb/ocp/tiogapass: Fix GPIOs
[coreboot2.git]
/
src
/
mainboard
/
protectli
/
vault_cml
/
gpio.h
blob
d98dd82b6d06766638e4293b3fbbd68cf7368962
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
#ifndef __BASEBOARD_GPIO_H__
4
#define __BASEBOARD_GPIO_H__
5
6
#include <stdint.h>
7
#include <soc/gpio.h>
8
9
const struct
pad_config
*
board_gpio_table
(
size_t
*
num
);
10
11
#endif
/* __BASEBOARD_GPIO_H__ */