/******************************************************************************* * Copyright (C) 2016 Gabriel Marcano * * Refer to the COPYING.txt file at the top of the project directory. If that is * missing, this file is licensed under the GPL version 2.0 or later. * ******************************************************************************/ #ifndef CTR_IO_H_ #define CTR_IO_H_ #include "io/ctr_io_interface.h" #include "io/ctr_nand_interface.h" #include "io/ctr_nand_crypto_interface.h" #include "io/ctr_sd_interface.h" #include "io/ctr_fatfs_interface.h" #include "io/ctr_disks.h" #include "io/fatfs/ctr_fatfs_disk.h" #include "io/ctr_fatfs.h" #include "io/ctr_cart_interface.h" #endif//CTR_IO_H_