summaryrefslogtreecommitdiff
path: root/os/port/noscreen.c
diff options
context:
space:
mode:
Diffstat (limited to 'os/port/noscreen.c')
-rw-r--r--os/port/noscreen.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/os/port/noscreen.c b/os/port/noscreen.c
new file mode 100644
index 00000000..af76178e
--- /dev/null
+++ b/os/port/noscreen.c
@@ -0,0 +1,9 @@
+void
+screeninit(void)
+{
+}
+
+void
+screenrotate(int)
+{
+}