11 #ifndef CTR_FATFS_DISK_H_ 12 #define CTR_FATFS_DISK_H_ 14 #include <ctr9/io/fatfs/diskio.h> 68 #endif//CTR_FATFS_DISK_H_ io interface object for accessing the SD card.
Definition: ctr_sd_interface.h:23
void ctr_fatfs_disk_initialize(ctr_fatfs_disk *disk, void *io, size_t sector_offset, size_t sectors)
Initializes the ctr_fatfs_disk structure.
Structure holding information used by the fatfs implementation for keeping track of which io interfac...
Definition: ctr_fatfs_disk.h:27
void ctr_fatfs_default_setup(ctr_nand_crypto_interface *ctr_io, ctr_nand_crypto_interface *twl_io, ctr_sd_interface *sd_io)
Convenience function to initialize the fatfs system with the io interfaces required to mount CTRNAND...
void ctr_fatfs_disk_destroy(ctr_fatfs_disk *disk)
Destroys/clears the ctr_fatfs_disk structure.
Filter io interface to apply encryption while reading NAND.
Definition: ctr_nand_crypto_interface.h:30
Virtual table for io interface dispatching.
Definition: ctr_io_interface.h:89