#ifndef MINOS_CONSOLE_H #define MINOS_CONSOLE_H void putc(char c); void puts(const char *s); void puthex(unsigned long v); char getc(void); void drain_rx(void); #endif