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/starlite/lite: Configure tcc_offset based on power_profile settings
[coreboot.git]
/
src
/
ec
/
ec.h
blob
b0f7febc2e3037c0e41d4a78352b6765c0c87092
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
#ifndef EC_EC_H
4
#define EC_EC_H
5
6
#ifndef __ACPI__
7
/* Entry point doing any mainboard specific EC initialization. */
8
void
mainboard_ec_init
(
void
);
9
#endif
10
11
#endif