Blackfin: bfin_serial.h: unify heavily duplicated serial code
[firefly-linux-kernel-4.4.55.git] / arch / blackfin / mach-bf518 / include / mach / blackfin.h
1 /*
2  * Copyright 2008-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 #include "bf518.h"
11 #include "defBF512.h"
12 #include "anomaly.h"
13
14 #if defined(CONFIG_BF518)
15 #include "defBF518.h"
16 #endif
17
18 #if defined(CONFIG_BF516)
19 #include "defBF516.h"
20 #endif
21
22 #if defined(CONFIG_BF514)
23 #include "defBF514.h"
24 #endif
25
26 #if defined(CONFIG_BF512)
27 #include "defBF512.h"
28 #endif
29
30 #if !defined(__ASSEMBLY__)
31 #include "cdefBF512.h"
32
33 #if defined(CONFIG_BF518)
34 #include "cdefBF518.h"
35 #endif
36
37 #if defined(CONFIG_BF516)
38 #include "cdefBF516.h"
39 #endif
40
41 #if defined(CONFIG_BF514)
42 #include "cdefBF514.h"
43 #endif
44 #endif
45
46 #endif