Brooklyn/arch/x86/boot/compressed/early_serial_console.c
Raziel K. Crowe 8b701010de mempow update
2022-09-13 23:14:27 +05:00

7 lines
174 B
C

#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"