1 /*---------------------------------------------------------------------------*
2   Project:  TwlSDK - -include - PXI
3   File:     init.h
4 
5   Copyright 2003-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 NITRO_PXI_COMMON_INIT_H_
18 #define NITRO_PXI_COMMON_INIT_H_
19 
20 #ifdef __cplusplus
21 extern "C" {
22 #endif
23 
24 /*---------------------------------------------------------------------------*
25   Name:         PXI_Init
26 
27   Description:  initialize PXI system
28 
29   Arguments:    None.
30 
31   Returns:      None.
32  *---------------------------------------------------------------------------*/
33 void    PXI_Init(void);
34 
35 #ifdef __cplusplus
36 } /* extern "C" */
37 #endif
38 
39 #endif /* NITRO_PXI_COMMON_INIT_H_ */
40