[stage2] Add dump_to_file

This commit is contained in:
TuxSH
2018-05-14 00:03:05 +02:00
parent 8df624a10d
commit bc7369b5d1
3 changed files with 13 additions and 0 deletions

View File

@@ -5,5 +5,6 @@
#include "sdmmc.h"
size_t read_from_file(void *dst, size_t dst_size, const char *filename);
size_t dump_to_file(const void *src, size_t src_size, const char *filename);
#endif