2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-22 12:14:01 +08:00
linux-next/arch/x86/boot/compressed/early_serial_console.c

10 lines
116 B
C
Raw Normal View History

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