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/mediatek/mt8196: Initialize MCUPM
[coreboot2.git]
/
util
/
vgabios
/
include
/
console
/
console.h
blob
0aa55955902aade58fab1ddb5f2326fe698c11f9
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
#ifndef _CONSOLE_CONSOLE_H
4
#define _CONSOLE_CONSOLE_H
5
6
int
printk
(
int
msg_level
,
const char
*
fmt
, ...)
__attribute__
((
format
(
printf
,
2
,
3
)));
7
8
#endif