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/pantherlake: Remove soc_info.[hc] interface
[coreboot2.git]
/
src
/
southbridge
/
intel
/
common
/
finalize.h
blob
c3915c96dcace79e0e3c4b21934b5d528f49e26a
1
/* SPDX-License-Identifier: GPL-2.0-or-later */
2
3
#ifndef SOUTHBRIDGE_INTEL_COMMON_FINALIZE_H
4
#define SOUTHBRIDGE_INTEL_COMMON_FINALIZE_H
5
6
void
intel_pch_finalize_smm
(
void
);
7
8
#endif
/* SOUTHBRIDGE_INTEL_COMMON_FINALIZE_H */