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
lib/smbios: Improve Type9
[coreboot2.git]
/
src
/
southbridge
/
intel
/
i82801dx
/
smihandler.c
blob
050567a11c26601a89a2e64274d3503c46d39384
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
#include <southbridge/intel/common/pmutil.h>
4
#include
"i82801dx.h"
5
6
void
southbridge_smi_monitor
(
void
)
7
{
8
}
9
10
void
southbridge_finalize_all
(
void
)
11
{
12
}