#ifndef __CONSOLE_H
#define __CONSOLE_H
void consoleinit(void);
void consputc(int c);
void consoleintr(int c);
#endif