aboutsummaryrefslogtreecommitdiffstats
path: root/src/gfile/inc_ramfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gfile/inc_ramfs.c')
-rw-r--r--src/gfile/inc_ramfs.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/gfile/inc_ramfs.c b/src/gfile/inc_ramfs.c
new file mode 100644
index 00000000..b0f0d052
--- /dev/null
+++ b/src/gfile/inc_ramfs.c
@@ -0,0 +1,15 @@
+/*
+ * This file is subject to the terms of the GFX License. If a copy of
+ * the license was not distributed with this file, you can obtain one at:
+ *
+ * http://ugfx.org/license.html
+ */
+
+/**
+ * This file is included by src/gfile/gfile.c
+ */
+
+/********************************************************
+ * The RAM file-system VMT
+ ********************************************************/
+#error "GFILE: RAMFS Not implemented yet"