summaryrefslogtreecommitdiff
path: root/sys/dev/syscons/syscons.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/syscons/syscons.h')
-rw-r--r--sys/dev/syscons/syscons.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/syscons/syscons.h b/sys/dev/syscons/syscons.h
index ac52d6e8627b7..5ec5c7eea68e0 100644
--- a/sys/dev/syscons/syscons.h
+++ b/sys/dev/syscons/syscons.h
@@ -68,11 +68,11 @@
#endif
#ifndef SC_CURSOR_CHAR
-#define SC_CURSOR_CHAR (0x07)
+#define SC_CURSOR_CHAR 7
#endif
#ifndef SC_MOUSE_CHAR
-#define SC_MOUSE_CHAR (0xd0)
+#define SC_MOUSE_CHAR 8
#endif
#if SC_MOUSE_CHAR <= SC_CURSOR_CHAR && SC_CURSOR_CHAR < (SC_MOUSE_CHAR + 4)