summaryrefslogtreecommitdiffstats
path: root/util/vgabios/include/console/console.h
blob: 49a201fab8dffc1a1f974db32810487499a33090 (plain)
1
2
3
4
5
6
7
8
9
/* This file is part of the coreboot project. */
/* SPDX-License-Identifier: GPL-2.0-only */

#ifndef _CONSOLE_CONSOLE_H
#define _CONSOLE_CONSOLE_H

int printk(int msg_level, const char *fmt, ...) __attribute__((format(printf, 2, 3)));

#endif