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/google/nissa/var/rull: add ssd timing and modify ssd GPIO pins of rtd3
[coreboot2.git]
/
src
/
mainboard
/
bytedance
/
bd_egs
/
gpio.h
blob
854a0f5b364c1a2beb499a02a9c9c8075b80b9c0
1
/* SPDX-License-Identifier: GPL-2.0-or-later */
2
3
#ifndef _BD_EGS_GPIO_
4
#define _BD_EGS_GPIO_
5
6
#include <gpio.h>
7
8
const struct
pad_config
*
get_gpio_table
(
size_t
*
num
);
9
10
const struct
pad_config
*
get_override_fsp_gpio_table
(
size_t
*
num
);
11
12
#endif
/* _BD_EGS_GPIO_ */