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
drivers/mipi: Add support for KD_KD110N11_51IE panel
[coreboot2.git]
/
src
/
ec
/
clevo
/
it5570e
/
smm.h
blob
fc05c32f19b757b0fd40dcae5e33717b794d083e
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
#ifndef EC_CLEVO_IT5570E_SMM_H
4
#define EC_CLEVO_IT5570E_SMM_H
5
6
/* SMI handler */
7
void
ec_smi_apmc
(
uint8_t
apmc
);
8
void
ec_smi_sleep
(
uint8_t
slp_type
);
9
10
#endif
/* EC_CLEVO_IT5570E_SMM_H */