1 /*---------------------------------------------------------------------------*
2   Project:  TwlSDK - IO Register List -
3   File:     nitro/hw/ARM9/ioreg.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  *---------------------------------------------------------------------------*/
14 
15 #ifndef NITRO_HW_ARM9_IOREG_H_
16 #define NITRO_HW_ARM9_IOREG_H_
17 
18 #ifdef __cplusplus
19 extern "C" {
20 #endif
21 
22 #include <nitro/hw/ARM9/ioreg_MI.h>
23 #include <nitro/hw/ARM9/ioreg_G3.h>
24 #include <nitro/hw/ARM9/ioreg_G3X.h>
25 #include <nitro/hw/ARM9/ioreg_GX.h>
26 #include <nitro/hw/ARM9/ioreg_EXI.h>
27 #include <nitro/hw/ARM9/ioreg_PXI.h>
28 #include <nitro/hw/ARM9/ioreg_GXS.h>
29 #include <nitro/hw/ARM9/ioreg_G2.h>
30 #include <nitro/hw/ARM9/ioreg_CP.h>
31 #include <nitro/hw/ARM9/ioreg_PAD.h>
32 #include <nitro/hw/ARM9/ioreg_OS.h>
33 #include <nitro/hw/ARM9/ioreg_G2S.h>
34 
35 #ifdef __cplusplus
36 } /* extern "C" */
37 #endif
38 
39 /* NITRO_HW_ARM9_IOREG_H_ */
40 #endif
41