early_serial_console.c 116 B

123456789
  1. #include "misc.h"
  2. #ifdef CONFIG_EARLY_PRINTK
  3. int early_serial_base;
  4. #include "../early_serial_console.c"
  5. #endif