repo.or.cz
/
coreboot.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/ptl: Update ME specification version to 21
[coreboot.git]
/
src
/
mainboard
/
google
/
kukui
/
early_init.h
blob
681e98345751373eac078c9fa007868baf449922
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
#ifndef __MAINBOARD_GOOGLE_KUKUI_EARLY_INIT_H__
4
#define __MAINBOARD_GOOGLE_KUKUI_EARLY_INIT_H__
5
6
void
mainboard_early_init
(
void
);
7
8
#endif