mb/google/brox: Include CSE reset in mainboard reset expectation
[coreboot2.git] / src / arch / x86 / apmc_smi_port.c
blobac8f3364c5e2259e7f4dbb70825c8ec8b7dc61ff
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #include <cpu/x86/smm.h>
5 /* default implementation of the !HAVE_CONFIGURABLE_APMC_SMI_PORT case */
6 uint16_t pm_acpi_smi_cmd_port(void)
8 return APM_CNT;