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