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/spr: Drop microcode constraints
[coreboot2.git]
/
src
/
include
/
mtcl.h
blob
593c09c7b6ba303c99b0293f9f01989a73ec8b85
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
#ifndef _MTCL_H_
4
#define _MTCL_H_
5
6
void
write_mtcl_function
(
void
);
7
8
#endif
/* _MTCL_H_ */