platform/vfs.c: Add filesystem path redirectors

This commit is contained in:
Tau
2019-05-17 23:11:51 -04:00
parent 5722061cbf
commit a74a5de128
4 changed files with 233 additions and 0 deletions

View File

@ -19,5 +19,7 @@ platform_lib = static_library(
'pcbid.h',
'platform.c',
'platform.h',
'vfs.c',
'vfs.h',
],
)