blob: 5d8d48295cc160eb4912524c7c3508b9ce55206b [file] [log] [blame]
Arthur Heymans27ba0852020-09-29 11:52:57 +02001/* SPDX-License-Identifier: GPL-2.0-only */
2
3#include <cpu/x86/smm.h>
4
5/* The X86 qemu target uses AMD64 save states but the APM port is not configurable. */
6uint16_t pm_acpi_smi_cmd_port(void)
7{
8 return APM_CNT;
9}