1 /*---------------------------------------------------------------------------*
2   Project:  TwlSDK - cdc - include
3   File:     cdc.h
4 
5   Copyright 2006-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_CDC_H_
18 #define TWL_CDC_H_
19 #ifdef  __cplusplus
20 extern  "C" {
21 #endif
22 /*---------------------------------------------------------------------------*/
23 
24 #ifdef SDK_ARM7
25 
26 #include <twl/cdc/ARM7/cdc_reg.h>
27 #include <twl/cdc/ARM7/cdc_api.h>
28 #include <twl/cdc/ARM7/cdc_twlmode_access.h>
29 #include <twl/cdc/ARM7/cdc_dsmode_access.h>
30 
31 #endif
32 
33 /*---------------------------------------------------------------------------*/
34 #ifdef __cplusplus
35 }   /* extern "C" */
36 #endif
37 #endif  /* TWL_CDC_H_ */
38