coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
smi_deprecated.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #ifndef __X86_SMI_DEPRECATED_H__
4 #define __X86_SMI_DEPRECATED_H__
5 
6 void smm_init(void);
7 void smm_init_completion(void);
8 
9 /* Entry from smmhandler.S. */
10 void smi_handler(void);
11 
12 #endif
void smi_handler(void)
Interrupt handler for SMI#.
Definition: smihandler.c:145
void smm_init(void)
Definition: smm_init.c:12
void smm_init_completion(void)
Definition: smm_init.c:59