mirror of
https://github.com/dborth/fceugx.git
synced 2025-01-25 23:11:13 +01:00
6 lines
126 B
C
6 lines
126 B
C
|
extern s32 sd_read(u32 n, u8 *buf);
|
||
|
extern s32 sd_write(u32 n, const u8 *buf);
|
||
|
extern s32 sd_init();
|
||
|
extern s32 sd_deinit();
|
||
|
|