repo.or.cz
/
coreboot2.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
soc/intel/xeon_sp: Revise IIO domain ACPI name encoding
[coreboot2.git]
/
src
/
include
/
cpu
/
x86
/
smi_deprecated.h
blob
262aa0b69552f8af95c42c914c91e8ffb7cea1d6
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