]> Git Repo - linux.git/blob - arch/x86/boot/compressed/early_serial_console.c
Linux 6.14-rc3
[linux.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"
This page took 0.026145 seconds and 4 git commands to generate.