Files
Chromebook-Device-Nyan-NVID…/arch/x86/boot/compressed/early_serial_console.c
2025-04-06 23:50:55 -05:00

10 lines
116 B
C

#include "misc.h"
#ifdef CONFIG_EARLY_PRINTK
int early_serial_base;
#include "../early_serial_console.c"
#endif