aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/boot/compressed/early_serial_console.c
blob: d3d003cb5481cdcabe0b5c5369bad920838b8d8f (plain) (blame)
1
2
3
4
5
6
7
8
9
#include "misc.h"

#ifdef CONFIG_EARLY_PRINTK

int early_serial_base;

#include "../early_serial_console.c"

#endif