1/*
2 *  drivers/s390/char/ctrlchar.c
3 *  Unified handling of special chars.
4 *
5 *    Copyright (C) 2001 IBM Deutschland Entwicklung GmbH, IBM Corporation
6 *    Author(s): Fritz Elfert <felfert@millenux.com> <elfert@de.ibm.com>
7 *
8 */
9
10#include <linux/config.h>
11#include <linux/types.h>
12#include <linux/tty.h>
13
14extern void ctrlchar_init(void);
15extern char *ctrlchar_handle(const char *buf, int len, struct tty_struct *tty);
16