1f8a41bc0741ee092d4ef472ec2b3441d521917d
[pandora-kernel.git] / arch / blackfin / mach-bf537 / include / mach / blackfin.h
1 /*
2  * Copyright 2005-2009 Analog Devices Inc.
3  *
4  * Licensed under the GPL-2 or later
5  */
6
7 #ifndef _MACH_BLACKFIN_H_
8 #define _MACH_BLACKFIN_H_
9
10 #define BF537_FAMILY
11
12 #include "bf537.h"
13 #include "defBF534.h"
14 #include "anomaly.h"
15
16 #if defined(CONFIG_BF537) || defined(CONFIG_BF536)
17 #include "defBF537.h"
18 #endif
19
20 #if !defined(__ASSEMBLY__)
21 #include "cdefBF534.h"
22
23 #if defined(CONFIG_BF537) || defined(CONFIG_BF536)
24 #include "cdefBF537.h"
25 #endif
26 #endif
27
28 #endif