1 /*---------------------------------------------------------------------------*
2   Project:  TwlSDK - PM - include
3   File:     shutdown.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-07-14#$
14   $Rev: 7332 $
15   $Author: yada $
16  *---------------------------------------------------------------------------*/
17 
18 #ifndef TWL_PM_ARM7_SHUTDOWN_H_
19 #define TWL_PM_ARM7_SHUTDOWN_H_
20 
21 #ifdef __cplusplus
22 extern "C" {
23 #endif
24 
25 //================================================================================
26 //             SHUTDOWN
27 //================================================================================
28 /*---------------------------------------------------------------------------*
29   Name:         PM_FlipHeartBeat
30 
31   Description:  flip debugger heart beat for avoid power off in resetHW
32                 (for DEBUGGER)
33 
34   Arguments:    None.
35 
36   Returns:      None.
37  *---------------------------------------------------------------------------*/
38 void PM_FlipHeartBeat(void);
39 
40 
41 /*---------------------------------------------------------------------------*
42   Name:         PM_SetMcuForTerminate
43 
44   Description:  set mcu interrupts for terminate
45 
46   Arguments:    None.
47 
48   Returns:      None.
49  *---------------------------------------------------------------------------*/
50 void PM_SetMcuForTerminate(void);
51 
52 #ifdef __cplusplus
53 } /* extern "C" */
54 #endif
55 
56 /* TWL_PM_ARM7_SHUTDOWN_H_ */
57 #endif
58