1 /*---------------------------------------------------------------------------*
2   Project:  TwlSDK - DSP - include
3   File:     dsp.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-11-26#$
14   $Rev: 9412 $
15   $Author: kitase_hirotake $
16  *---------------------------------------------------------------------------*/
17 
18 #ifndef TWL_DSP_H_
19 #define TWL_DSP_H_
20 
21 
22 #ifdef SDK_ARM7
23 #else
24 
25 #include <twl/dsp/ARM9/dsp_if.h>
26 
27 #include <twl/dsp/common/byteaccess.h>
28 #include <twl/dsp/common/pipe.h>
29 
30 #include <twl/dsp/ARM9/dsp_util.h>
31 #include <twl/dsp/ARM9/process.h>
32 
33 #include <twl/dsp/common/audio.h>
34 
35 #include <twl/dsp/common/g711.h>
36 
37 #include <twl/dsp/common/graphics.h>
38 
39 #endif
40 
41 /* TWL_DSP_H_ */
42 #endif
43