mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-11-22 03:38:13 +01:00
8 lines
146 B
C
8 lines
146 B
C
#ifndef FUSEE_SD_UTILS_H
|
|
#define FUSEE_SD_UTILS_H
|
|
|
|
#include "utils.h"
|
|
|
|
int read_sd_file(void *dst, size_t dst_size, const char *filename);
|
|
|
|
#endif |