openrex-linux-3.14/arch/x86/boot/compressed/early_serial_console.c
2016-03-04 07:09:26 -08:00

10 lines
116 B
C

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