1 /*---------------------------------------------------------------------------* 2 Project: TwlSDK - include - MI 3 File: mi.h 4 5 Copyright 2003-2008 Nintendo. All rights reserved. 6 7 These coded instructions, statements, and computer programs contain 8 proprietary information of Nintendo of America Inc. and/or Nintendo 9 Company Ltd., and are protected by Federal copyright law. They may 10 not be disclosed to third parties or copied or duplicated in any form, 11 in whole or in part, without the prior written consent of Nintendo. 12 13 $Date:: 2008-11-04#$ 14 $Rev: 9197 $ 15 $Author: yosizaki $ 16 17 *---------------------------------------------------------------------------*/ 18 19 #ifndef NITRO_MI_H_ 20 #define NITRO_MI_H_ 21 22 #include <nitro/mi/dma.h> 23 #include <nitro/mi/exMemory.h> 24 #include <nitro/mi/wram.h> 25 #include <nitro/mi/memory.h> 26 #include <nitro/mi/swap.h> 27 #include <nitro/mi/uncompress.h> 28 #include <nitro/mi/secureUncompress.h> 29 #include <nitro/mi/byteAccess.h> 30 #include <nitro/mi/stream.h> 31 #include <nitro/mi/uncomp_stream.h> 32 #include <nitro/mi/compress.h> 33 #include <nitro/mi/init.h> 34 #include <nitro/mi/endian.h> 35 #include <nitro/mi/cache.h> 36 #include <nitro/mi/device.h> 37 38 #ifdef __cplusplus 39 extern "C" { 40 #endif 41 42 43 #ifdef __cplusplus 44 } /* extern "C" */ 45 #endif 46 47 /* NITRO_MI_H_ */ 48 #endif 49