Brooklyn/arch/x86/boot/compressed/early_serial_console.c

7 lines
174 B
C
Raw Normal View History

2022-04-02 18:08:56 +05:00
#include "misc.h"
2022-09-13 23:14:27 +05:00
/* This might be accessed before .bss is cleared, so use .data instead. */
int early_serial_base __section(".data");
2022-04-02 18:08:56 +05:00
#include "../early_serial_console.c"