summaryrefslogtreecommitdiff
path: root/arch/x86/machine/atcons.h
diff options
context:
space:
mode:
authorRichard Braun <rbraun@sceen.net>2017-05-31 23:55:24 +0200
committerRichard Braun <rbraun@sceen.net>2017-05-31 23:55:24 +0200
commit5d495c877e78be8dbabdaf631c9c02a72190d6a9 (patch)
tree874fe42a3b3a3cc7b9faf23e748995ab04098e2f /arch/x86/machine/atcons.h
parent2133f7690eeaea94d521a69eba6812f6ddd45f6d (diff)
x86/{atcons,atkbd,cga}: rework escape sequence handling
Diffstat (limited to 'arch/x86/machine/atcons.h')
-rw-r--r--arch/x86/machine/atcons.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/x86/machine/atcons.h b/arch/x86/machine/atcons.h
index ffe22dc..d6923df 100644
--- a/arch/x86/machine/atcons.h
+++ b/arch/x86/machine/atcons.h
@@ -41,4 +41,12 @@ void atcons_setup(void);
*/
void atcons_intr(const char *s);
+/*
+ * Direction control processing functions.
+ */
+void atcons_left(void);
+void atcons_bottom(void);
+void atcons_right(void);
+void atcons_up(void);
+
#endif /* _X86_ATCONS_H */