// See LICENSE for license details. #include #include int putchar(int ch) { return console_dev->putchar(ch); }