summaryrefslogtreecommitdiff
path: root/kern/console.h
diff options
context:
space:
mode:
Diffstat (limited to 'kern/console.h')
-rw-r--r--kern/console.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/kern/console.h b/kern/console.h
index 7455a051..a5aa478d 100644
--- a/kern/console.h
+++ b/kern/console.h
@@ -26,6 +26,9 @@
#include <kern/spinlock.h>
#include <kern/thread.h>
+#define CONSOLE_SCROLL_UP 0x12 /* DC2 */
+#define CONSOLE_SCROLL_DOWN 0x14 /* DC4 */
+
struct console;
struct console_ops {