stage1 -> stage2 again

This commit is contained in:
TuxSH 2018-05-12 11:00:36 +02:00
parent 50047dffaa
commit 75169790ff
6 changed files with 123 additions and 58 deletions

View file

@ -4,7 +4,6 @@
#include "utils.h"
#include "sdmmc.h"
int initialize_sd(void);
size_t read_sd_file(void *dst, size_t dst_size, const char *filename);
#endif