repo.or.cz
/
coreboot.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
mb/starlabs/starbook/{adl_n,mtl}: Don't configure GPE routes
[coreboot.git]
/
src
/
mainboard
/
kontron
/
mal10
/
include
/
carrier
/
gpio.h
blob
b771d82c740e7c512bf6dcc73ba41ac27ffebf0d
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
#ifndef CARRIER_GPIO_H
4
#define CARRIER_GPIO_H
5
6
#include <gpio.h>
7
8
void
carrier_gpio_configure
(
void
);
9
10
#endif
/* CARRIER_GPIO_H */