1 /*---------------------------------------------------------------------------*
2   Project:  TwlSDK - PM - include
3   File:     pm.h
4 
5   Copyright 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-03-17#$
14   $Rev: 4845 $
15   $Author: yada $
16  *---------------------------------------------------------------------------*/
17 
18 #ifndef TWL_PM_ARM7_PM_H_
19 #define TWL_PM_ARM7_PM_H_
20 
21 #ifdef __cplusplus
22 extern "C" {
23 #endif
24 
25 #include <nitro/misc.h>
26 #include <nitro/types.h>
27 #include <nitro/spi/common/pm_common.h>
28 #include <nitro/spi/common/type.h>
29 #include <nitro/pxi/common/fifo.h>
30 
31 #ifdef SDK_ARM7
32 #include <twl/spi/ARM7/shutdown.h>
33 #endif
34 
35 #ifdef __cplusplus
36 } /* extern "C" */
37 #endif
38 
39 /* TWL_PM_ARM7_PM_H_ */
40 #endif
41