1 /*---------------------------------------------------------------------------*
2   Project:  TwlSDK - NA - include
3   File:     na.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-17#$
14   $Rev: 8556 $
15   $Author: okubata_ryoma $
16  *---------------------------------------------------------------------------*/
17 #ifndef	TWL_NA_H_
18 #define	TWL_NA_H_
19 
20 #include <twl/types.h>
21 #include <nitro/fs/types.h>
22 
23 #ifdef	__cplusplus
24 extern "C" {
25 #endif
26 
27 /*===========================================================================*/
28 
29 #include	<twl/na/ARM9/archive.h>
30 #include	<twl/na/ARM9/shared_font.h>
31 #include	<twl/na/ARM9/sub_banner.h>
32 #include	<twl/na/ARM9/verdata.h>
33 
34 /*===========================================================================*/
35 
36 #ifdef	__cplusplus
37 }          /* extern "C" */
38 #endif
39 
40 #endif /* TWL_NA_H_ */
41 
42 /*---------------------------------------------------------------------------*
43   End of file
44  *---------------------------------------------------------------------------*/
45