acrn-kernel/arch/x86/boot/compressed/early_serial_console.c

10 lines
116 B
C

#include "misc.h"
#ifdef CONFIG_EARLY_PRINTK
int early_serial_base;
#include "../early_serial_console.c"
#endif