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/mediatek/mt8196: Initialize SSPM
[coreboot2.git]
/
src
/
drivers
/
ocp
/
ewl
/
ocp_ewl.h
blob
38d5286d3661041d8ae8a0c5e132a91874de5bd6
1
/* SPDX-License-Identifier: GPL-2.0-or-later */
2
3
#ifndef __OCP_EWL_H
4
#define __OCP_EWL_H
5
6
#include <soc/soc_util.h>
7
8
void
get_ewl
(
void
);
9
10
#endif