mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-06 04:01:44 +00:00
8 lines
129 B
C
8 lines
129 B
C
|
#ifndef FUSEE_SD_UTILS_H
|
||
|
#define FUSEE_SD_UTILS_H
|
||
|
|
||
|
#include "utils.h"
|
||
|
|
||
|
int read_sd_file(void *dst, const char *filename);
|
||
|
|
||
|
#endif
|