GNU Linux-libre 5.19-rc6-gnu
[releases.git] / arch / x86 / boot / compressed / early_serial_console.c
1 #include "misc.h"
2
3 /* This might be accessed before .bss is cleared, so use .data instead. */
4 int early_serial_base __section(".data");
5
6 #include "../early_serial_console.c"