mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-06 12:11:43 +00:00
9 lines
171 B
C
9 lines
171 B
C
#ifndef FUSEE_FS_UTILS_H
|
|
#define FUSEE_FS_UTILS_H
|
|
|
|
#include "utils.h"
|
|
#include "sdmmc.h"
|
|
|
|
size_t read_from_file(void *dst, size_t dst_size, const char *filename);
|
|
|
|
#endif
|