fix building on w32.
[Rockbox.git] / firmware / export / cpu.h
blob08a91a6d1091e604d799af4a81eb200ba2841639
1 /***************************************************************************
2 * __________ __ ___.
3 * Open \______ \ ____ ____ | | _\_ |__ _______ ___
4 * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
5 * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
6 * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
7 * \/ \/ \/ \/ \/
8 * $Id$
10 * Copyright (C) 2004 by Linus Nielsen Feltzing
12 * All files in this archive are subject to the GNU General Public License.
13 * See the file COPYING in the source tree root for full license agreement.
15 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
16 * KIND, either express or implied.
18 ****************************************************************************/
19 #include "config.h"
21 #if CONFIG_CPU == SH7034
22 #include "sh7034.h"
23 #endif
24 #if CONFIG_CPU == MCF5249
25 #include "mcf5249.h"
26 #endif
27 #if CONFIG_CPU == MCF5250
28 #include "mcf5250.h"
29 #endif
30 #if (CONFIG_CPU == PP5020) || (CONFIG_CPU == PP5022)
31 #include "pp5020.h"
32 #endif
33 #if CONFIG_CPU == PP5002
34 #include "pp5002.h"
35 #endif
36 #if CONFIG_CPU == PP5024
37 #include "pp5024.h"
38 #endif
39 #if CONFIG_CPU == PNX0101
40 #include "pnx0101.h"
41 #endif
42 #if CONFIG_CPU == S3C2440
43 #include "s3c2440.h"
44 #endif
45 #if CONFIG_CPU == DM320
46 #include "dm320.h"
47 #endif
48 #if CONFIG_CPU == IMX31L
49 #include "imx31l.h"
50 #endif
51 #ifdef CPU_TCC77X
52 #include "tcc77x.h"
53 #endif
54 #ifdef CPU_TCC780X
55 #include "tcc780x.h"
56 #endif