aboutsummaryrefslogtreecommitdiff
path: root/src/fatfs/ff.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fatfs/ff.h')
-rw-r--r--src/fatfs/ff.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/fatfs/ff.h b/src/fatfs/ff.h
index a8c34aa..c2832be 100644
--- a/src/fatfs/ff.h
+++ b/src/fatfs/ff.h
@@ -414,16 +414,6 @@ int ff_del_syncobj (FF_SYNC_t sobj); /* Delete a sync object */
#define AM_DIR 0x10 /* Directory */
#define AM_ARC 0x20 /* Archive */
-
-// extra additions for interfacing with melonDS
-
-typedef UINT (*ff_disk_read_cb)(BYTE* buff, LBA_t sector, UINT count);
-typedef UINT (*ff_disk_write_cb)(BYTE* buff, LBA_t sector, UINT count);
-
-void ff_disk_open(ff_disk_read_cb readcb, ff_disk_write_cb writecb, LBA_t seccnt);
-void ff_disk_close(void);
-
-
#ifdef __cplusplus
}
#endif