patch-2.4.4 linux/drivers/s390/char/ctrlchar.h

Next file: linux/drivers/s390/char/hwc.h
Previous file: linux/drivers/s390/char/ctrlchar.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.3/linux/drivers/s390/char/ctrlchar.h linux/drivers/s390/char/ctrlchar.h
@@ -0,0 +1,14 @@
+/*
+ *  drivers/s390/char/controlchar.c
+ *  Unified handling of special chars.
+ *
+ *    Copyright (C) 2001 IBM Deutschland Entwicklung GmbH, IBM Corporation
+ *    Author(s): Fritz Elfert <felfert@millenux.com> <elfert@de.ibm.com>
+ *
+ */
+
+#include <linux/types.h>
+#include <linux/tty.h>
+
+extern void ctrlchar_init(void);
+extern char *ctrlchar_handle(const char *buf, int len, struct tty_struct *tty);

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)