Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirel...
[pandora-kernel.git] / arch / blackfin / mach-bf527 / include / mach / blackfin.h
1 /*
2  * Copyright 2007-2010 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 #include "bf527.h"
11 #include "anomaly.h"
12
13 #include <asm/def_LPBlackfin.h>
14 #if defined(CONFIG_BF523) || defined(CONFIG_BF522)
15 # include "defBF522.h"
16 #endif
17 #if defined(CONFIG_BF525) || defined(CONFIG_BF524)
18 # include "defBF525.h"
19 #endif
20 #if defined(CONFIG_BF527) || defined(CONFIG_BF526)
21 # include "defBF527.h"
22 #endif
23
24 #if !defined(__ASSEMBLY__)
25 # include <asm/cdef_LPBlackfin.h>
26 # if defined(CONFIG_BF523) || defined(CONFIG_BF522)
27 #  include "cdefBF522.h"
28 # endif
29 # if defined(CONFIG_BF525) || defined(CONFIG_BF524)
30 #  include "cdefBF525.h"
31 # endif
32 # if defined(CONFIG_BF527) || defined(CONFIG_BF526)
33 #  include "cdefBF527.h"
34 # endif
35 #endif
36
37 #endif