mirror of
https://github.com/wiiu-env/wiiu-nanddumper-payload.git
synced 2024-11-04 18:55:07 +01:00
9 lines
120 B
C
9 lines
120 B
C
|
#ifndef _DS_FAT_H_
|
||
|
#define _DS_FAT_H_
|
||
|
|
||
|
#include "fat/fat_filelib.h"
|
||
|
|
||
|
int InitSDCardFAT32();
|
||
|
|
||
|
#endif // _FAT32_FORMAT_H_
|