mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-24 04:42:11 +00:00
8 lines
No EOL
149 B
C
8 lines
No EOL
149 B
C
#ifndef FUSEE_SD_UTILS_H
|
|
#define FUSEE_SD_UTILS_H
|
|
|
|
#include "utils.h"
|
|
|
|
size_t read_sd_file(void *dst, size_t dst_size, const char *filename);
|
|
|
|
#endif |