Split fs.c file

+ Misc changes to code in io.c
This commit is contained in:
Such Meme, Many Skill
2020-01-06 18:42:57 +01:00
parent 6af2bb63b8
commit 00bd1cd083
6 changed files with 262 additions and 246 deletions

View File

@@ -12,6 +12,7 @@
#include "../soc/fuse.h"
#include "emmc.h"
#include "fs.h"
#include "io.h"
extern bool sd_mount();
extern void sd_unmount();