coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
smi.c
Go to the documentation of this file.
1 /* 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. */
7 {
8  return APM_CNT;
9 }
#define APM_CNT
Definition: smm.h:19
uint16_t pm_acpi_smi_cmd_port(void)
Definition: smi.c:6
unsigned short uint16_t
Definition: stdint.h:11