Merge branch 'master' of serenade.mutabah.net:acess2
[tpg/acess2.git] / AcessNative / acesskernel_src / nativefs.c
1 /*\r
2  * Acess2 Native Kernel\r
3  * - Acess kernel emulation on another OS using SDL and UDP\r
4  *\r
5  * nativefs.c\r
6  * - Host filesystem access\r
7  */\r
8 #include <acess.h>\r
9 #include <vfs.h>\r
10 \r
11 // === GLOBALS ===\r
12 \r
13 // === CODE ===\r
14 tVFS_Node *Native_Mount(const char *Device, const char **Arguments)\r
15 {\r
16         return NULL;\r
17 }\r

UCC git Repository :: git.ucc.asn.au