Yinghai Lu | 8fee13a4 | 2010-08-02 16:21:22 -0700 | [diff] [blame] | 1 | #include "misc.h" |
2 | |||||
Joe Millenbach | cec49df | 2012-07-19 18:04:41 -0700 | [diff] [blame] | 3 | #ifdef CONFIG_EARLY_PRINTK |
4 | |||||
Yinghai Lu | 8fee13a4 | 2010-08-02 16:21:22 -0700 | [diff] [blame] | 5 | int early_serial_base; |
6 | |||||
7 | #include "../early_serial_console.c" | ||||
Joe Millenbach | cec49df | 2012-07-19 18:04:41 -0700 | [diff] [blame] | 8 | |
9 | #endif |