emunand: Implement folder and file detection (boot0/boot1 now work from SD)
This commit is contained in:
@@ -23,5 +23,7 @@
|
||||
size_t get_file_size(const char *filename);
|
||||
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);
|
||||
bool is_valid_folder(const char *path);
|
||||
bool is_valid_file(const char *path);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user