1 /*---------------------------------------------------------------------------*
2   Project:  TwlSDK - libraries - init - common
3   File:     boot_sync.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   $Date:: 2008-09-18#$
14   $Rev: 8573 $
15   $Author: okubata_ryoma $
16  *---------------------------------------------------------------------------*/
17 #ifndef TWL_LIBRARIES_INIT_COMMON_BOOT_SYNC_H_
18 #define TWL_LIBRARIES_INIT_COMMON_BOOT_SYNC_H_
19 #ifdef  __cplusplus
20 extern  "C" {
21 #endif
22 /*---------------------------------------------------------------------------*/
23 
24 #define	BOOT_SYNC_PHASE_1		1
25 #define	BOOT_SYNC_PHASE_2		2
26 #define	BOOT_SYNC_PHASE_3		3
27 #define	BOOT_SYNC_PHASE_4		4
28 #define	BOOT_SYNC_PHASE_5		5
29 #define	BOOT_SYNC_PHASE_6		6
30 
31 /*---------------------------------------------------------------------------*/
32 #ifdef __cplusplus
33 }   /* extern "C" */
34 #endif
35 #endif  /* TWL_LIBRARIES_INIT_COMMON_BOOT_SYNC_H_ */
36