perf tools: Improve 'libbabel' feature check failure message
[linux/fpc-iii.git] / arch / blackfin / mach-bf537 / include / mach / blackfin.h
blobbaa096fc724a1505bcd523f7ea52cd6fd443a2d4
1 /*
2 * Copyright 2005-2010 Analog Devices Inc.
4 * Licensed under the GPL-2 or later.
5 */
7 #ifndef _MACH_BLACKFIN_H_
8 #define _MACH_BLACKFIN_H_
10 #define BF537_FAMILY
12 #include "bf537.h"
13 #include "anomaly.h"
15 #include <asm/def_LPBlackfin.h>
16 #ifdef CONFIG_BF534
17 # include "defBF534.h"
18 #endif
19 #if defined(CONFIG_BF537) || defined(CONFIG_BF536)
20 # include "defBF537.h"
21 #endif
23 #if !defined(__ASSEMBLY__)
24 # include <asm/cdef_LPBlackfin.h>
25 # ifdef CONFIG_BF534
26 # include "cdefBF534.h"
27 # endif
28 # if defined(CONFIG_BF537) || defined(CONFIG_BF536)
29 # include "cdefBF537.h"
30 # endif
31 #endif
33 #endif