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