1 /*---------------------------------------------------------------------------*
2   Project:  Horizon
3   File:     ulcd.h
4   Copyright (C)2010 Nintendo Co., Ltd.  All rights reserved.
5   These coded instructions, statements, and computer programs contain
6   proprietary information of Nintendo of America Inc. and/or Nintendo
7   Company Ltd., and are protected by Federal copyright law. They may
8   not be disclosed to third parties or copied or duplicated in any form,
9   in whole or in part, without the prior written consent of Nintendo.
10   $Rev: 13433 $
11  *---------------------------------------------------------------------------
12 
13 
14 */
15 #ifndef NN_ULCD_H_
16 #define NN_ULCD_H_
17 
18 /* Please see man pages for details
19 
20 */
21 
22 /* Please see man pages for details
23 
24 
25 */
26 
27 #if defined(NN_PLATFORM_CTR)
28     #include <nn/ulcd/CTR/ulcd_StereoCamera.h>
29 
30     #ifdef  __cplusplus
31         namespace nn {
32             namespace ulcd {
33                 using namespace nn::ulcd::CTR;
34             }
35         }
36     #endif // __cplusplus
37 #else
38     #error no platform selected
39 #endif
40 
41 #endif /* NN_ULCD_H_ */
42