#include #include #include int tty_read(struct tty *tty, char *s, unsigned long len) { return 0; } int tty_write(struct tty *tty, const char *s, unsigned long len) { return 0; }