aboutsummaryrefslogtreecommitdiffstats
path: root/src/gfile/inc_ramfs.c
blob: b0f0d05229fc31e7ea494ce941fbd48b3b0f6d7c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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"