summaryrefslogtreecommitdiff
path: root/rts/posix/TTY.h
diff options
context:
space:
mode:
Diffstat (limited to 'rts/posix/TTY.h')
-rw-r--r--rts/posix/TTY.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/rts/posix/TTY.h b/rts/posix/TTY.h
new file mode 100644
index 0000000000..f291d30de4
--- /dev/null
+++ b/rts/posix/TTY.h
@@ -0,0 +1,15 @@
+/* -----------------------------------------------------------------------------
+ *
+ * (c) The GHC Team, 1998-2009
+ *
+ * TTY-related functionality
+ *
+ * ---------------------------------------------------------------------------*/
+
+#ifndef POSIX_TTY_H
+#define POSIX_TTY_H
+
+void resetTerminalSettings (void);
+
+#endif /* POSIX_TTY_H */
+