/* * drivers/s390/char/ctrlchar.c * Unified handling of special chars. * * Copyright (C) 2001 IBM Deutschland Entwicklung GmbH, IBM Corporation * Author(s): Fritz Elfert * */ #include #include #include extern void ctrlchar_init(void); extern char *ctrlchar_handle(const char *buf, int len, struct tty_struct *tty);