Linux-6.18.2/arch/x86/boot/compressed/early_serial_console.c

7 lines
174 B
C
Raw Permalink Normal View History

2025-12-23 20:05:50 +08:00
#include "misc.h"
/* This might be accessed before .bss is cleared, so use .data instead. */
int early_serial_base __section(".data");
#include "../early_serial_console.c"