aboutsummaryrefslogtreecommitdiff
path: root/util/vgabios/include/console/console.h
blob: 0aa55955902aade58fab1ddb5f2326fe698c11f9 (plain)
1
2
3
4
5
6
7
8
/* 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