blob: 0aa55955902aade58fab1ddb5f2326fe698c11f9 [file] [log] [blame]
/* 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