1 /*---------------------------------------------------------------------------*
2   Project:  Horizon
3   File:     init_StartUp.h
4 
5   Copyright (C)2009-2012 Nintendo Co., Ltd.  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   $Rev: 46347 $
14  *---------------------------------------------------------------------------*/
15 
16 /* Please see man pages for details
17 
18 
19 */
20 #ifndef NN_INIT_INIT_STARTUP_H_
21 #define NN_INIT_INIT_STARTUP_H_
22 
23 #ifdef __cplusplus
24 extern "C" {
25 #endif
26 
27 
28 /* Please see man pages for details
29 
30 
31 
32 
33 
34 
35 */
36 
37 /* Please see man pages for details
38 
39 
40 
41 
42 
43 
44 
45 
46 
47 
48 
49 */
50 
51 
52 /* Please see man pages for details
53 
54 
55 
56 
57 
58 
59 
60 
61 
62 
63 
64 
65 
66 
67 
68 
69 
70 */
71 void nnMain(void);
72 
73 /* Please see man pages for details
74 
75 
76 
77 
78 
79 
80 
81 
82 
83 
84 
85 
86 
87 
88 
89 
90 
91 
92 
93 
94 
95 
96 
97 
98 
99 
100 */
101 void nninitStartUp(void);
102 
103 /*
104 
105 */
106 
107 
108 
109 
110 typedef void (*nninitStaticInitFunc)(void);
111 
112 void nninitCallStaticInitializers(void);
113 void nninitSetup(void);
114 void nninitSetupDaemons(void);
115 void nninitSystem(void);
116 
117 
118 #ifdef __cplusplus
119 }   // extern "C"
120 #endif
121 
122 #endif // NN_INIT_INIT_STARTUP_H_
123