soc/intel/xeon_sp: Revise IIO domain ACPI name encoding
[coreboot2.git] / src / include / cpu / x86 / smi_deprecated.h
blob262aa0b69552f8af95c42c914c91e8ffb7cea1d6
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #ifndef __X86_SMI_DEPRECATED_H__
4 #define __X86_SMI_DEPRECATED_H__
6 void smm_init(void);
7 void smm_init_completion(void);
9 /* Entry from smmhandler.S. */
10 void smi_handler(void);
12 #endif