libctr9
Nintendo 3DS ARM9 library
Main Page
Data Structures
Files
File List
Globals
ctr_disks.h
1
#ifndef CTR_DISKS_H_
2
#define CTR_DISKS_H_
3
4
#include <
ctr9/io/ctr_nand_interface.h
>
5
#include <
ctr9/io/ctr_nand_crypto_interface.h
>
6
#include <
ctr9/io/ctr_sd_interface.h
>
7
8
#ifdef __cplusplus
9
extern
"C"
{
10
#endif
11
32
int
ctr_disks_initialize(
33
ctr_nand_interface
*nand_io,
34
ctr_nand_crypto_interface
*ctr_io,
35
ctr_nand_crypto_interface
*twl_io,
36
ctr_sd_interface
*sd_io);
37
38
#ifdef __cplusplus
39
}
40
#endif
41
42
#endif//CTR_DISKS_H_
43
ctr_sd_interface
io interface object for accessing the SD card.
Definition:
ctr_sd_interface.h:23
ctr_nand_interface
io interface object for accessing NAND.
Definition:
ctr_nand_interface.h:23
ctr_nand_interface.h
ctr_sd_interface.h
ctr_nand_crypto_interface.h
ctr_nand_crypto_interface
Filter io interface to apply encryption while reading NAND.
Definition:
ctr_nand_crypto_interface.h:30
include
ctr9
io
ctr_disks.h
Generated by
1.8.11