soc/intel/xeon_sp/spr: Drop microcode constraints
[coreboot2.git] / src / include / console / vtxprintf.h
blob4a611615277fcf525ce23ca2c5b523c8d8e5d1a2
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #ifndef __CONSOLE_VTXPRINTF_H
4 #define __CONSOLE_VTXPRINTF_H
6 #include <stdarg.h>
8 int vtxprintf(void (*tx_byte)(unsigned char byte, void *data),
9 const char *fmt, va_list args, void *data);
11 #endif