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
soc/intel/ptl: Update ME specification version to 21
[coreboot.git]
/
src
/
mainboard
/
google
/
stout
/
ec.h
blob
06256daf76389cf2862567e75179ae4c034a94fe
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
#ifndef STOUT_EC_H
4
#define STOUT_EC_H
5
6
#define EC_SCI_GPI 6
/* GPIO6 is EC_SCI# */
7
#define EC_SMI_GPI 1
/* GPIO1 is EC_SMI# */
8
9
#define EC_SMI_LID_CLOSED 0x2B
10
11
#ifndef __ACPI__
12
void
stout_ec_init
(
void
);
13
void
stout_ec_finalize_smm
(
void
);
14
#endif
15
16
#endif
// STOUT_EC_H