1 /*---------------------------------------------------------------------------*
2   Project:  TwlSDK - camera - include
3   File:     camera.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-18#$
14   $Rev: 8573 $
15   $Author: okubata_ryoma $
16  *---------------------------------------------------------------------------*/
17 
18 #ifndef TWL_CAMERA_H_
19 #define TWL_CAMERA_H_
20 
21 #include <twl/camera/common/fifo.h>
22 #include <twl/camera/common/types.h>
23 #include <twl/camera/common/util.h>
24 
25 #ifdef SDK_ARM7
26 
27 #include <twl/camera/ARM7/i2c.h>
28 #include <twl/camera/ARM7/control.h>
29 
30 #else
31 
32 #include <twl/camera/ARM9/camera.h>
33 #include <twl/camera/ARM9/camera_api.h>
34 #include <twl/camera/ARM9/transfer.h>
35 
36 #endif
37 
38 /* TWL_LCDC_H_ */
39 #endif
40